X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fview_headers_appbar_custom_view.xml;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fview_headers_appbar_custom_view.xml;h=0dc83f6fafffb4ae0c05eab3e27546c7fb212d36;hp=17982c08584ecb596c07e414680eaefb08e9dd4c;hb=c8b11d2b76391db47bdd6d5289e2668147cf177a;hpb=5641898ccc58ebfb969ffcfcee76c00702051831 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" />