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:17:55 +0000
committercyberta <cyberta@riseup.net>2024-02-27 01:17:55 +0000
commitb0f743046a82ff29927edb032c706621cfa5ef37 (patch)
tree094d817206b81276dd77ff23132cd99686bd71e5 /app/src/main/res/layout/f_provider_selection.xml
parent5e4f9acc43307add85e525746b9349cc0ffc8f15 (diff)
parent3a012bbd4bc662be8c0678759dd6a35e7b42204d (diff)
Merge branch 'fix_provider_list' into 'master'
Improve manual Provider setup flow Closes #9151 and #9157 See merge request leap/bitmask_android!269
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"
/>