]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Move fullScreenVideoFrameLayout outside of the CoordinatorLayout so that full screen...
authorSoren Stoutner <soren@stoutner.com>
Wed, 27 Apr 2016 21:26:25 +0000 (14:26 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 27 Apr 2016 21:26:25 +0000 (14:26 -0700)
app/src/main/res/layout/coordinator_layout.xml
build.gradle

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
index cb98401414e07f8a3e651fceb3218800dc52e60b..f6e9073125b2693ab199e4b8fc06d204fdc8a13e 100644 (file)
@@ -5,7 +5,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.0.0'
+        classpath 'com.android.tools.build:gradle:2.1.0'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files