]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/url_app_bar.xml
Add icons to `DomainSettingsFragment`.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / url_app_bar.xml
index b2c7fb575596f80002d2656602b787ba03c8108a..506e9c12a491e529e2dfbc13603d89cff2f32a74 100644 (file)
@@ -23,7 +23,8 @@
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_height="wrap_content"
-    android:layout_width="match_parent" >
+    android:layout_width="match_parent"
+    tools:context=".activities.MainWebViewActivity" >
 
     <!-- `RelativeLayout` is used instead of a `LinearLayout` because `supportAppBar` does not let `android:layout_weight="1"` cause `urlTextBox` to fill all the available space. -->
     <RelativeLayout