]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/free/res/layout/main_webview.xml
Create Java subpackage folders.
[PrivacyBrowserAndroid.git] / app / src / free / res / layout / main_webview.xml
index 17d0206030af2be69f41b3000dc2685de8c2e808..a342a0e7bf3044aaae1ca99949c260e365a8668d 100644 (file)
 <!-- 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/adRelativeLayout"
+    android:id="@+id/mainWebViewRelativeLayout"
     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"
     android:layout_width="match_parent"
     android:layout_height="0dp"
     android:layout_weight="1"
-    tools:context="com.stoutner.privacybrowser.MainWebViewActivity"
+    tools:context="com.stoutner.privacybrowser.activities.MainWebView"
     tools:showIn="@layout/coordinator_layout">
 
     <com.google.android.gms.ads.AdView