aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/layout_manage_accounts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/layout_manage_accounts.xml')
-rw-r--r--app/src/main/res/layout/layout_manage_accounts.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/layout/layout_manage_accounts.xml b/app/src/main/res/layout/layout_manage_accounts.xml
new file mode 100644
index 00000000..e8aca0f7
--- /dev/null
+++ b/app/src/main/res/layout/layout_manage_accounts.xml
@@ -0,0 +1,18 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <android.support.v7.widget.Toolbar
+ android:id="@+id/toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="?attr/actionBarSize"
+ android:background="?attr/colorPrimary"
+ android:elevation="4dp" />
+
+ <ListView
+ android:id="@+id/listview_edit_list"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:fastScrollEnabled="true" />
+</LinearLayout>