aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/choose_account_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/choose_account_dialog.xml')
-rw-r--r--src/main/res/layout/choose_account_dialog.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/res/layout/choose_account_dialog.xml b/src/main/res/layout/choose_account_dialog.xml
new file mode 100644
index 000000000..da747fbf4
--- /dev/null
+++ b/src/main/res/layout/choose_account_dialog.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:paddingBottom="?attr/dialog_vertical_padding"
+ android:paddingLeft="?attr/dialog_horizontal_padding"
+ android:paddingRight="?attr/dialog_horizontal_padding"
+ android:paddingTop="?attr/dialog_vertical_padding">
+
+ <Spinner
+ android:id="@+id/account"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content" />
+
+ </LinearLayout>
+</LinearLayout> \ No newline at end of file