aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_manage_accounts.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/activity_manage_accounts.xml
parent06d8d58ce7d77ef772460cfe66b154e926cd9528 (diff)
slighten darken some more backgrounds in dark theme
Diffstat (limited to 'src/main/res/layout/activity_manage_accounts.xml')
-rw-r--r--src/main/res/layout/activity_manage_accounts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_manage_accounts.xml b/src/main/res/layout/activity_manage_accounts.xml
index e80aa01e0..2dc266bf3 100644
--- a/src/main/res/layout/activity_manage_accounts.xml
+++ b/src/main/res/layout/activity_manage_accounts.xml
@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="?attr/color_background_primary"
+ android:background="?attr/color_background_secondary"
android:orientation="vertical">
<include layout="@layout/toolbar" />