mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +02:00
Android Go To - Set inputType as textUri
This commit is contained in:
parent
ffb38eb490
commit
6b1e22c226
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/goto_url_hint"
|
||||
android:inputType="text"
|
||||
android:inputType="textUri"
|
||||
android:imeOptions="actionGo"
|
||||
app:layout_constraintTop_toBottomOf="@id/toolbar"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue