feat(custom-welcome): use URI InputType

This commit is contained in:
FineFindus 2023-02-24 08:43:20 +00:00
parent 73869b6ea2
commit cd027f1220
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp"
android:layout_marginHorizontal="16dp"
android:inputType="textFilter|textNoSuggestions"
android:inputType="textFilter|textNoSuggestions|textUri"
android:singleLine="true"
android:imeOptions="actionGo"
android:drawableStart="@drawable/ic_fluent_globe_20_regular"