res/layout/contactlist.xml
changeset 423 32d2c5840a8c
parent 415 164c96b9e98b
child 461 17300b201cf5
equal deleted inserted replaced
422:1385ea631852 423:32d2c5840a8c
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     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">
     4 	android:orientation="vertical">
     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/contactlist_banner" android:layout_width="fill_parent"
     8 		android:layout_height="wrap_content" android:spacing="50px" />
     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"