From: Soren Stoutner Date: Wed, 27 Apr 2016 21:26:25 +0000 (-0700) Subject: Move fullScreenVideoFrameLayout outside of the CoordinatorLayout so that full screen... X-Git-Tag: v1.4-standard~3 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=19b836715ed0187703e9319a79de6e11326d9c87;hp=4f704be746c00c0a29a52c28646e6d7cf2f9c53c Move fullScreenVideoFrameLayout outside of the CoordinatorLayout so that full screen videos cover the entire screen. --- diff --git a/app/src/main/res/layout/coordinator_layout.xml b/app/src/main/res/layout/coordinator_layout.xml index fae9a510..5438c3b6 100644 --- a/app/src/main/res/layout/coordinator_layout.xml +++ b/app/src/main/res/layout/coordinator_layout.xml @@ -55,14 +55,6 @@ - - - @@ -74,4 +66,11 @@ app:headerLayout="@layout/navigation_header" app:menu="@menu/menu_navigation"/> + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index cb984014..f6e90731 100644 --- a/build.gradle +++ b/build.gradle @@ -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