summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_provider_selection.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/f_provider_selection.xml')
-rw-r--r--app/src/main/res/layout/f_provider_selection.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_provider_selection.xml b/app/src/main/res/layout/f_provider_selection.xml
index 7c861a14..48d5bdd3 100644
--- a/app/src/main/res/layout/f_provider_selection.xml
+++ b/app/src/main/res/layout/f_provider_selection.xml
@@ -81,6 +81,9 @@
android:layout_height="wrap_content"
android:background="@color/white"
android:hint="https://example.org"
+ android:inputType="textWebEditText"
+ android:imeOptions="actionDone"
+ android:maxLines="1"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"
android:textColorHint="@color/black800_transparent"
/>