aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/conversation_list_row.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-14 23:10:22 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-14 23:10:22 +0200
commit90463b8570ed55d262bb7d7f827b35c87841fb88 (patch)
tree3d407f07c8c079ce3a5d9834ee98a7871cbc39c5 /src/main/res/layout/conversation_list_row.xml
parent06d8d58ce7d77ef772460cfe66b154e926cd9528 (diff)
slighten darken some more backgrounds in dark theme
Diffstat (limited to 'src/main/res/layout/conversation_list_row.xml')
-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 002696ce7..3e3bef6c9 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -8,7 +8,7 @@
android:id="@+id/frame"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="?attr/color_background_primary">
+ android:background="?attr/color_background_secondary">
<RelativeLayout
android:layout_width="fill_parent"