res/layout/contactlist.xml
changeset 378 735a00bd56cb
parent 373 da35534975cd
child 415 164c96b9e98b
equal deleted inserted replaced
374:295cc30ae84a 378:735a00bd56cb
     3 	android:layout_width="fill_parent" android:layout_height="fill_parent"
     3 	android:layout_width="fill_parent" android:layout_height="fill_parent"
     4 	android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
     4 	android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
     5 
     5 
     6 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
     6 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
     7 		android:id="@+id/gallery" android:layout_width="fill_parent"
     7 		android:id="@+id/gallery" android:layout_width="fill_parent"
     8 		android:layout_height="wrap_content" android:spacing="10px" />
     8 		android:layout_height="wrap_content" android:spacing="50px" />
     9 
     9 
    10 	<LinearLayout android:layout_width="fill_parent"
    10 	<LinearLayout android:layout_width="fill_parent"
    11 		android:layout_height="fill_parent" android:orientation="horizontal">
    11 		android:layout_height="fill_parent" android:orientation="horizontal">
    12 		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
    12 		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
    13 			android:layout_height="fill_parent" />
    13 			android:layout_height="fill_parent" />
    14 	</LinearLayout>
    14 	</LinearLayout>
    15 
    15 
    16 
       
    17 </LinearLayout>
    16 </LinearLayout>