From 19b836715ed0187703e9319a79de6e11326d9c87 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Wed, 27 Apr 2016 14:26:25 -0700 Subject: [PATCH] Move fullScreenVideoFrameLayout outside of the CoordinatorLayout so that full screen videos cover the entire screen. --- app/src/main/res/layout/coordinator_layout.xml | 15 +++++++-------- build.gradle | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) 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 -- 2.43.0