X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fedit_bookmark_dialog.xml;h=a1b723b75dd572c0c7f96160d3aa99df2cf71c8b;hp=2b6771a1cb3bcbb7d8bbd99183e04eb908ba465c;hb=b4d6f15dc8bb99285a1f675782c9d29d6000e33e;hpb=871520acac2bd75f528e943c1b2a650017c852b9 diff --git a/app/src/main/res/layout/edit_bookmark_dialog.xml b/app/src/main/res/layout/edit_bookmark_dialog.xml index 2b6771a1..a1b723b7 100644 --- a/app/src/main/res/layout/edit_bookmark_dialog.xml +++ b/app/src/main/res/layout/edit_bookmark_dialog.xml @@ -63,6 +63,7 @@ @@ -103,7 +104,8 @@ android:layout_width="match_parent" android:hint="@string/bookmark_name" android:imeOptions="actionGo" - android:inputType="textUri" /> + android:inputType="textUri" + android:selectAllOnFocus="true" /> @@ -116,15 +118,15 @@ android:layout_marginEnd="4dp" > + `android:inputType="textUri"` disables spell check in the EditText. --> + android:inputType="textUri" + android:selectAllOnFocus="true" /> \ No newline at end of file