diff --git a/java/admob/FullScreenNativeExample/app/src/main/res/layout/fragment_main.xml b/java/admob/FullScreenNativeExample/app/src/main/res/layout/fragment_main.xml index 761270c96..993b02440 100644 --- a/java/admob/FullScreenNativeExample/app/src/main/res/layout/fragment_main.xml +++ b/java/admob/FullScreenNativeExample/app/src/main/res/layout/fragment_main.xml @@ -3,7 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:fitsSystemWindows="true">