aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/choose_account_dialog.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-22 13:46:26 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-22 13:46:26 +0200
commit848aa600cb99524d276b9c6ef3f2f3824e6f2dcc (patch)
tree208c51cb8d73ae6863951b7f7c9f74a54e31940d /src/main/res/layout/choose_account_dialog.xml
parent0e36a08f455d2bc6896573c1ac5b147ea6ff3edc (diff)
integrate invite to Pix-Art Messenger
Diffstat (limited to '')
-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