aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/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/manage_accounts.xml
parentdbe8ee40eced09e4721b9e0d9b27d49fe668a12e (diff)
updated manage account activity to new colors
Diffstat (limited to 'src/main/res/layout/manage_accounts.xml')
-rw-r--r--src/main/res/layout/manage_accounts.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/res/layout/manage_accounts.xml b/src/main/res/layout/manage_accounts.xml
deleted file mode 100644
index 8d7167ea6..000000000
--- a/src/main/res/layout/manage_accounts.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@color/grey50">
-
- <ListView
- android:id="@+id/account_list"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:divider="@color/black12"
- android:dividerHeight="1dp"></ListView>
-
-</LinearLayout> \ No newline at end of file