aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_magic_create.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-08-04 00:26:37 +0200
committerChristian Schneppe <christian@pix-art.de>2018-08-04 00:26:37 +0200
commit2df6517e8d2ee026e69ec5ec56bd92bd28e9d017 (patch)
tree0ab274158ce4fed1cc29a4b62afc5278886fc897 /src/main/res/layout/activity_magic_create.xml
parent16f2aad5973163e7d473153af282f5fa5783ec36 (diff)
use blabber.im as default domain
Diffstat (limited to 'src/main/res/layout/activity_magic_create.xml')
-rw-r--r--src/main/res/layout/activity_magic_create.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_magic_create.xml b/src/main/res/layout/activity_magic_create.xml
index 8eb312ace..25b82205a 100644
--- a/src/main/res/layout/activity_magic_create.xml
+++ b/src/main/res/layout/activity_magic_create.xml
@@ -54,9 +54,9 @@
style="@style/Widget.Conversations.EditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:hint="@string/username_hint"
android:imeOptions="actionNext"
android:inputType="text"
- android:hint="@string/username_hint"
android:textColor="?attr/text_Color_Main" />
<TextView
@@ -83,6 +83,14 @@
android:textAppearance="@style/TextAppearance.Conversations.Caption"
android:visibility="invisible" />
+ <TextView
+ android:id="@+id/server_info"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
+ android:text="@string/welcome_server_info"
+ android:textAppearance="@style/TextAppearance.Conversations.Caption" />
+
<Button
android:id="@+id/create_account"
style="@style/Widget.Conversations.Button.Borderless"