]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/drawerlayout.xml
Move `full_screen_video_framelayout` inside of `root_coordinatorlayout`.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / drawerlayout.xml
index 903a724dcfa12f2c06e79748323e197e9d5dedc8..8747ae70f086a8b1189b60486992c922839f571e 100644 (file)
 
             <include layout="@layout/main_webview" />
         </LinearLayout>
-    </android.support.design.widget.CoordinatorLayout>
 
-    <!-- `fullScreenVideoFrameLayout` is used to display full screen videos.  It is initially `android:visibility="gone"` to hide it from view.
-        The `FrameLayout` needs to be before the `NavigationView` or touches on the navigation drawer will not work after exiting full screen video using the back button.-->
-    <FrameLayout
-        android:id="@+id/full_screen_video_framelayout"
-        android:layout_height="match_parent"
-        android:layout_width="match_parent"
-        android:visibility="gone"
-        android:background="@color/black" />
+        <!-- `fullScreenVideoFrameLayout` is used to display full screen videos.  It is initially `android:visibility="gone"` to hide it from view.
+    The `FrameLayout` needs to be before the `NavigationView` or touches on the navigation drawer will not work after exiting full screen video using the back button.-->
+        <FrameLayout
+            android:id="@+id/full_screen_video_framelayout"
+            android:layout_height="match_parent"
+            android:layout_width="match_parent"
+            android:visibility="gone"
+            android:background="@color/black" />
+    </android.support.design.widget.CoordinatorLayout>
 
     <!-- The navigation drawer. -->
     <android.support.design.widget.NavigationView