X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Furl_app_bar.xml;h=a7397c3508f09192a107cbca5127f121b659108f;hb=69b0fea4c49422f5e3c377994c4cf249bdc5a434;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..a7397c35 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