]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/url_app_bar.xml
Implement automatic loading of privacy settings.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / url_app_bar.xml
index b2c7fb575596f80002d2656602b787ba03c8108a..34d6339f1529e844c3c36be80417f31a967d3ca6 100644 (file)
 
 <!-- `FrameLayout` lets the `ProgressBar` float on top of `urlTextBox`. -->
 <FrameLayout
+    android:id="@+id/url_app_bar_framelayout"
     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