]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/free/res/layout/main_webview.xml
`About Permissions` Spanish translation.
[PrivacyBrowserAndroid.git] / app / src / free / res / layout / main_webview.xml
index a342a0e7bf3044aaae1ca99949c260e365a8668d..5aa146aebaf4e64b6822f640719e45d2e34aafb1 100644 (file)
@@ -21,7 +21,7 @@
 <!-- android:layout_martinTop="?attr/actionBarSize" moves adRelativeLayout below the appBarLayout, which otherwise would cover the top of mainWebView.
   android:layout_weight="1" sets the RelativeLayout to fill the rest of the screen because it is encapsulated in a LinearLayout with android:orientation="vertical"-->
 <RelativeLayout
-    android:id="@+id/mainWebViewRelativeLayout"
+    android:id="@+id/main_webview_relativelayout"
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:ads="http://schemas.android.com/apk/res-auto"
@@ -29,7 +29,7 @@
     android:layout_height="0dp"
     android:layout_weight="1"
     tools:context="com.stoutner.privacybrowser.activities.MainWebView"
-    tools:showIn="@layout/coordinator_layout">
+    tools:showIn="@layout/drawerlayout">
 
     <com.google.android.gms.ads.AdView
         android:id="@+id/adView"