]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/add_domain_dialog.xml
Add color changes to domain settings icons.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / add_domain_dialog.xml
index 981ae13ef5ba26fb51822f1144634e1bc3d90261..b4b7b6c7ad812e71a1072fb37110888a425da47e 100644 (file)
         <!-- `android:imeOptions="actionGo" sets the keyboard to have a `go` key instead of a `new line` key.  `android:inputType="textUri"` disables spell check in the `EditText`. -->
         <android.support.design.widget.TextInputEditText
             android:id="@+id/domain_name_edittext"
-            android:layout_height="wrap_content"
             android:layout_width="match_parent"
+            android:layout_height="wrap_content"
             android:hint="@string/domain_name"
             android:imeOptions="actionGo"
-            android:inputType="textUri" />
+            android:inputType="textUri"
+            android:selectAllOnFocus="true" />
     </android.support.design.widget.TextInputLayout>
 </LinearLayout>
\ No newline at end of file