summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_provider_selection.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-02-27 01:30:33 +0100
committercyBerta <cyberta@riseup.net>2024-02-27 01:45:48 +0100
commit3a012bbd4bc662be8c0678759dd6a35e7b42204d (patch)
tree094d817206b81276dd77ff23132cd99686bd71e5 /app/src/main/res/layout/f_provider_selection.xml
parentb8adf36cbf732da19dcd100ba89d1b01af6db694 (diff)
Allow entering valid domains instead of URLs including protocol. Don't allow multi-line, replace enter button with OK button in keyboard layout
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"
/>