Merge pull request #100 from FineFindus/feat/custom-welcome-inputtype

feat(custom-welcome): use URI InputType
This commit is contained in:
LucasGGamerM 2023-02-25 11:17:26 -03:00 committed by GitHub
commit 75f311b8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"