]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/url_app_bar.xml
Don't add URL redirects to the history list. Implements https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / url_app_bar.xml
index 66cf287af5c16ad5e004e53fdad95f4fd4db6a58..a07c39e93103e896d79c9a6fb9bdbc2474ae0824 100644 (file)
@@ -48,5 +48,6 @@
         android:layout_toEndOf="@id/favorite_icon"
         android:hint="@string/url_or_search_terms"
         android:imeOptions="actionGo"
-        android:inputType="textUri" />
+        android:inputType="textUri"
+        android:selectAllOnFocus="true" />
 </RelativeLayout>
\ No newline at end of file