res/layout/contactlist.xml
changeset 429 aa9991b18ca8
parent 423 32d2c5840a8c
child 461 17300b201cf5
equal deleted inserted replaced
428:5d938ead9dd2 429:aa9991b18ca8
     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"