]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/coordinator_layout.xml
Move fullScreenVideoFrameLayout outside of the CoordinatorLayout so that full screen...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / coordinator_layout.xml
index fae9a510ff9ee5b9c63fff31b0c22c9d1dc9f6e7..5438c3b64ebabb68f840a44e4aab340b08225c3c 100644 (file)
         </android.support.design.widget.AppBarLayout>
 
         <include layout="@layout/main_webview" />
-
-        <!-- fullScreenVideoFrameLayout is used to display full screen videos.  It is initially android:visibility="gone" to hide it from view. -->
-        <FrameLayout
-            android:id="@+id/fullScreenVideoFrameLayout"
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:visibility="gone"
-            android:background="@color/black" />
     </android.support.design.widget.CoordinatorLayout>
 
     <!-- The navigation drawer. -->
         app:headerLayout="@layout/navigation_header"
         app:menu="@menu/menu_navigation"/>
 
+    <!-- fullScreenVideoFrameLayout is used to display full screen videos.  It is initially android:visibility="gone" to hide it from view. -->
+    <FrameLayout
+        android:id="@+id/fullScreenVideoFrameLayout"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:visibility="gone"
+        android:background="@color/black" />
 </android.support.v4.widget.DrawerLayout>
\ No newline at end of file