]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/free/res/layout/main_webview.xml
Implement find on page. https://redmine.stoutner.com/issues/9
[PrivacyBrowserAndroid.git] / app / src / free / res / layout / main_webview.xml
index 17d0206030af2be69f41b3000dc2685de8c2e808..403bb649c96a76555a4857b7b09ebf102c9657fd 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/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"