diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-06-10 23:22:16 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-06-10 23:22:16 +0200 |
commit | 5017e8564c7d0a215cfa8e9983851efd2b2994f3 (patch) | |
tree | f41a65060d0d600aa841aa89e93303d2a25055ba /src/main/res/layout | |
parent | a70f57358ed4f367787e39fa2ff3b235896f0107 (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.xml | 2 |
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" |