aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_manage_accounts.xml
diff options
context:
space:
mode:
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