aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-04-28 14:42:15 +0200
committerChristian Schneppe <christian@pix-art.de>2019-04-28 14:42:15 +0200
commitda896e202d1d286b60fa1f950d76dfdb403b0176 (patch)
tree6f155f928950e5c96cf4bb24f4f779bfd3ac83f4 /src/main/res/layout
parent53f83844124806163b2030c4f7a1c75bd90dae76 (diff)
improve welcome screens
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/activity_magic_create.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_magic_create.xml b/src/main/res/layout/activity_magic_create.xml
index 523d210c0..1ecf8a346 100644
--- a/src/main/res/layout/activity_magic_create.xml
+++ b/src/main/res/layout/activity_magic_create.xml
@@ -6,7 +6,7 @@
<include layout="@layout/toolbar" />
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ <ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
@@ -74,6 +74,12 @@
android:prompt="@string/server_hint"
android:spinnerMode="dialog" />
+ <CheckBox
+ android:id="@+id/use_own"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/use_own_provider" />
+
<TextView
android:id="@+id/full_jid"
android:layout_width="wrap_content"
@@ -99,6 +105,7 @@
android:layout_gravity="end"
android:text="@string/next"
android:textColor="?attr/colorAccent" />
+
</LinearLayout>
<RelativeLayout