]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/url_app_bar.xml
Fix a crach when editing a bookmark in the bookmarks drawer. https://redmine.stoutne...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / url_app_bar.xml
index 377deff4340b5f025704cf8c204d5900db0d4564..3a1dfc4eec2391f2fe7fc89ad518baeee13a5146 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2015-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2015-2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
@@ -35,6 +35,7 @@
         android:layout_height="26dp"
         android:layout_width="26dp"
         android:layout_centerVertical="true"
+        android:layout_marginStart="4dp"
         android:onClick="viewSslCertificate"
         android:contentDescription="@string/favorite_icon" />
 
@@ -47,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