res/layout/contactlist.xml
changeset 373 da35534975cd
parent 363 c7ee14b65f39
child 378 735a00bd56cb
--- a/res/layout/contactlist.xml	Thu Sep 17 19:10:55 2009 +0200
+++ b/res/layout/contactlist.xml	Thu Sep 17 20:39:09 2009 +0200
@@ -3,21 +3,9 @@
 	android:layout_width="fill_parent" android:layout_height="fill_parent"
 	android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
 
-	<LinearLayout android:layout_width="fill_parent"
-		android:layout_height="wrap_content">
-		<Button android:id="@+id/contactlist_left" android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:text="Left"
-			android:layout_weight="1">
-		</Button>
-		<Button android:id="@+id/contactlist_group" android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:text="@string/contact_list_all_contact"
-			android:layout_weight="1">
-		</Button>
-		<Button android:id="@+id/contactlist_right" android:layout_width="wrap_content"
-			android:layout_height="wrap_content" android:text="Right"
-			android:layout_weight="1">
-		</Button>
-	</LinearLayout>
+	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
+		android:id="@+id/gallery" android:layout_width="fill_parent"
+		android:layout_height="wrap_content" android:spacing="10px" />
 
 	<LinearLayout android:layout_width="fill_parent"
 		android:layout_height="fill_parent" android:orientation="horizontal">