]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/free/res/layout/main_webview.xml
Update adView to use a SMART_BANNER for the free flavor.
[PrivacyBrowserAndroid.git] / app / src / free / res / layout / main_webview.xml
index c7bf4b0fb2f8ec69f0b334c118c64aacdaad80e0..1c05c00f6f19bf1f14c9c295819e4d57cdcf2fb2 100644 (file)
@@ -28,7 +28,7 @@
     android:layout_height="match_parent"
     android:layout_marginTop="?attr/actionBarSize"
     tools:context="com.stoutner.privacybrowser.MainWebViewActivity"
-    tools:showIn="@layout/activity_webview">
+    tools:showIn="@layout/coordinator_layout">
 
     <com.google.android.gms.ads.AdView
         android:id="@+id/adView"
@@ -36,7 +36,7 @@
         android:layout_height="wrap_content"
         android:layout_centerHorizontal="true"
         android:layout_alignParentBottom="true"
-        ads:adSize="BANNER"
+        ads:adSize="SMART_BANNER"
         ads:adUnitId="@string/ad_id">
     </com.google.android.gms.ads.AdView>