aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-22 19:50:55 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-22 19:50:55 +0100
commit28c26877fb51a3d45d6248abf51daf765affb7eb (patch)
treed378788283005d0d3a7c1ac95538cbc3aa01bc15 /src/main/res/layout
parent899f8b618569925921eebba108e6a62acfaf3e9c (diff)
don't use autocomplete in MagicCreateActivity for username
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/magic_create.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/res/layout/magic_create.xml b/src/main/res/layout/magic_create.xml
index 35307cfed..ec3bfefff 100644
--- a/src/main/res/layout/magic_create.xml
+++ b/src/main/res/layout/magic_create.xml
@@ -43,13 +43,12 @@
android:textColor="@color/black87"
android:textSize="?attr/TextSizeBody" />
- <AutoCompleteTextView
+ <EditText
android:id="@+id/username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:hint="@string/username_hint"
- android:inputType="textNoSuggestions"
android:textSize="?attr/TextSizeBody" />
<TextView