aboutsummaryrefslogtreecommitdiffstats
path: root/conversations/src/main/res/layout/manage_accounts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'conversations/src/main/res/layout/manage_accounts.xml')
-rw-r--r--conversations/src/main/res/layout/manage_accounts.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/conversations/src/main/res/layout/manage_accounts.xml b/conversations/src/main/res/layout/manage_accounts.xml
new file mode 100644
index 00000000..11ce35b2
--- /dev/null
+++ b/conversations/src/main/res/layout/manage_accounts.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:background="@color/primarybackground" >
+
+ <ListView
+ android:id="@+id/account_list"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:divider="@color/divider"
+ android:dividerHeight="1dp" >
+ </ListView>
+
+</LinearLayout> \ No newline at end of file