عرض مشاركة واحدة
قديم 11-01-2012, 01:24 AM   #64
النجفى
عضو جديد
 
تاريخ التسجيل: 19-01-2006
الدولة: البحرين
المشاركات: 16
مشاركات الشكر: 1
شكر 0 مرات في 0 مشاركات

عند اضافة textview
او largetext
او button
تبتدي المشاكل بالظهور
لاكن في بعض الايضافات لا تظهر معها مشاكل

كود PHP:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >

    <TextView
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="@string/hello" />

    <EditText
        android:id="@+id/editText1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:inputType="textPersonName" >

        <requestFocus />
    </EditText>

    <EditText
        android:id="@+id/editText2"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:inputType="textMultiLine" />

    <MediaController
        android:id="@+id/mediaController1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content" >
    </MediaController>


    <VideoView
        android:id="@+id/videoView1"
        android:layout_width="fill_parent"
        android:layout_height="45dp" />

    <ImageView
        android:id="@+id/imageView1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_menu_name" />

</LinearLayout>


الدمج الآلي للمشاركات المتعاقبة التي لم يكن بينها 24 ساعه --------- هذه المشاركة اضيفت في 02:24 AM ----------- المشاركة السابقة اضيفت في 02:11 AM ---------

وهذا تطبيق على المحاكي
كود PHP:
http://store1.up-00.com/Jan12/VES37705.jpg 
النجفى غير متصل   رد مع اقتباس

اعلان