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