--- a/res/layout/contactlist.xml Fri Oct 09 16:56:20 2009 +0200
+++ b/res/layout/contactlist.xml Thu Oct 15 17:36:51 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>