X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Furl_app_bar.xml;h=a07c39e93103e896d79c9a6fb9bdbc2474ae0824;hb=ae8ec5933c1a27578610e0f0513d9a778dba51c3;hp=b2c7fb575596f80002d2656602b787ba03c8108a;hpb=e4395e4c0786da8ce5c00cb2762e78ad706e86db;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/url_app_bar.xml b/app/src/main/res/layout/url_app_bar.xml index b2c7fb57..a07c39e9 100644 --- a/app/src/main/res/layout/url_app_bar.xml +++ b/app/src/main/res/layout/url_app_bar.xml @@ -1,7 +1,7 @@ - - + - - - + + + + + + - - - - - - - - - - - \ No newline at end of file + android:layout_width="match_parent" + android:layout_toEndOf="@id/favorite_icon" + android:hint="@string/url_or_search_terms" + android:imeOptions="actionGo" + android:inputType="textUri" + android:selectAllOnFocus="true" /> + \ No newline at end of file