aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_manage_accounts.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-27 19:34:36 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-27 19:34:36 +0200
commitc8d159adca8258c88e91c8decc41fe1b90afc765 (patch)
treef5b1614fa1ba31e8c475a58e57ad5f8b30bf26c5 /src/main/res/layout/activity_manage_accounts.xml
parent576b852582ad6a51da0c8abdda2c57116ec57f5e (diff)
some color changes
Diffstat (limited to 'src/main/res/layout/activity_manage_accounts.xml')
-rw-r--r--src/main/res/layout/activity_manage_accounts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/activity_manage_accounts.xml b/src/main/res/layout/activity_manage_accounts.xml
index 2dc266bf3..5bba9308d 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_secondary"
+ android:background="?attr/color_background_tertiary"
android:orientation="vertical">
<include layout="@layout/toolbar" />
@@ -12,6 +12,6 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:divider="@android:color/transparent"
- android:dividerHeight="0dp"></ListView>
+ android:dividerHeight="0dp" />
</LinearLayout> \ No newline at end of file