aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_manage_accounts.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-31 15:25:57 +0200
committerChristian Schneppe <christian@pix-art.de>2018-03-31 15:25:57 +0200
commitea7aa63bb951ce8680d28a131f4f7230076708ef (patch)
treeaab6e1b04a55fc7b3a6fee4a8ee5ae28418ba136 /src/main/res/layout/activity_manage_accounts.xml
parentdbe8ee40eced09e4721b9e0d9b27d49fe668a12e (diff)
updated manage account activity to new colors
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_manage_accounts.xml (renamed from src/main/res/layout/manage_accounts.xml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/manage_accounts.xml b/src/main/res/layout/activity_manage_accounts.xml
index 8d7167ea6..99b6ad920 100644
--- a/src/main/res/layout/manage_accounts.xml
+++ b/src/main/res/layout/activity_manage_accounts.xml
@@ -2,13 +2,13 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="@color/grey50">
+ android:background="?attr/color_background_primary">
<ListView
android:id="@+id/account_list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:divider="@color/black12"
- android:dividerHeight="1dp"></ListView>
+ android:divider="@android:color/transparent"
+ android:dividerHeight="0dp"></ListView>
</LinearLayout> \ No newline at end of file