aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/fragment_conversations_overview.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-07-08 11:41:19 +0200
committeriNPUTmice <daniel@gultsch.de>2014-07-08 11:41:19 +0200
commit3ac70d4b868df47d14aedc104d1691b8597c5e1f (patch)
treef6333cd8fc90b36c25de01a5909349b1ef1db25e /res/layout-sw720dp/fragment_conversations_overview.xml
parent37a8b87235f8c85a851976f5995c8c8c00c83fa5 (diff)
uniformed colors. made colors a little material
Diffstat (limited to 'res/layout-sw720dp/fragment_conversations_overview.xml')
-rw-r--r--res/layout-sw720dp/fragment_conversations_overview.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/layout-sw720dp/fragment_conversations_overview.xml b/res/layout-sw720dp/fragment_conversations_overview.xml
index fcb1949c..b85f1116 100644
--- a/res/layout-sw720dp/fragment_conversations_overview.xml
+++ b/res/layout-sw720dp/fragment_conversations_overview.xml
@@ -7,16 +7,16 @@
android:layout_width="288dp"
android:layout_height="match_parent"
android:orientation="vertical"
- android:background="#eeeeee"
+ android:background="@color/primarybackground"
>
<ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:divider="#b5b5b5"
+ android:divider="@color/divider"
android:dividerHeight="1dp"
- android:background="#eeeeee"
+ android:background="@color/primarybackground"
/>
</LinearLayout>
@@ -25,7 +25,6 @@
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:background="#e5e5e5"
android:orientation="vertical">
</LinearLayout>
</android.support.v4.widget.SlidingPaneLayout> \ No newline at end of file