res/layout/contactlist.xml
changeset 464 40f0b4dda4cb
parent 461 17300b201cf5
child 507 71cf79d83c71
--- a/res/layout/contactlist.xml	Fri Oct 16 17:21:42 2009 +0200
+++ b/res/layout/contactlist.xml	Fri Oct 16 17:22:19 2009 +0200
@@ -4,12 +4,24 @@
 	android:orientation="vertical">
 
 	<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
-		android:id="@+id/contactlist_banner" android:layout_width="fill_parent"
-		android:layout_height="wrap_content" android:spacing="50px" />
+		android:id="@+id/contactlist_banner"
+		android:layout_width="fill_parent"
+		android:layout_height="42px"
+		android:spacing="42px"
+		android:unselectedAlpha="0.4"
+		android:background="#222222" />
+		
+	<View android:layout_width="fill_parent"
+		android:layout_height="2dp"
+		android:fadingEdge="horizontal"
+		android:background="#555555" />
 
 	<LinearLayout android:layout_width="fill_parent"
-		android:layout_height="fill_parent" android:orientation="horizontal">
-		<ListView android:id="@+id/contactlist" android:layout_width="fill_parent"
+		android:layout_height="fill_parent"
+		android:orientation="horizontal"
+		android:padding="2px">
+		<ListView android:id="@+id/contactlist"
+			android:layout_width="fill_parent"
 			android:layout_height="fill_parent" />
 	</LinearLayout>