X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fview_headers_appbar_custom_view.xml;h=0dc83f6fafffb4ae0c05eab3e27546c7fb212d36;hb=refs%2Fheads%2Fmaster;hp=17982c08584ecb596c07e414680eaefb08e9dd4c;hpb=a54a66c7d169d2edf55ba560ec2d951e709188e6;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/view_headers_appbar_custom_view.xml b/app/src/main/res/layout/view_headers_appbar_custom_view.xml index 17982c08..0dc83f6f 100644 --- a/app/src/main/res/layout/view_headers_appbar_custom_view.xml +++ b/app/src/main/res/layout/view_headers_appbar_custom_view.xml @@ -1,9 +1,9 @@ - - + - - - - - - + android:layout_width="match_parent" + android:hint="@string/url" + android:imeOptions="actionGo" + android:inputType="textUri" + android:selectAllOnFocus="true" + tools:ignore="Autofill" />