aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-06-10 23:22:16 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-06-10 23:22:16 +0200
commit5017e8564c7d0a215cfa8e9983851efd2b2994f3 (patch)
treef41a65060d0d600aa841aa89e93303d2a25055ba /src/main/res/layout
parenta70f57358ed4f367787e39fa2ff3b235896f0107 (diff)
made background color of swiped conversations darker
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/conversation_list_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml
index cc705d3d..a53de741 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -7,7 +7,7 @@
<View
android:layout_width="fill_parent"
android:layout_height="match_parent"
- android:background="@color/primary500"/>
+ android:background="?attr/conversations_overview_background"/>
<FrameLayout
android:id="@+id/swipeable_item"