diff options
Diffstat (limited to 'res/layout/fragment_conversations_overview.xml')
-rw-r--r-- | res/layout/fragment_conversations_overview.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/fragment_conversations_overview.xml b/res/layout/fragment_conversations_overview.xml index ae60de40..5548cce6 100644 --- a/res/layout/fragment_conversations_overview.xml +++ b/res/layout/fragment_conversations_overview.xml @@ -6,7 +6,9 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="336dp" android:layout_height="match_parent" - android:orientation="vertical"> + android:orientation="vertical" + android:background="#eeeeee" + > <ListView android:id="@+id/list" @@ -14,7 +16,7 @@ android:layout_height="wrap_content" android:divider="#b5b5b5" android:dividerHeight="1dp" - android:background="#f9f9f9" + android:background="#eeeeee" /> </LinearLayout> |