From a8582c917ab8ed71c393e4881b8b5c1ab16bb656 Mon Sep 17 00:00:00 2001 From: diaconuliviu85 Date: Sat, 20 Feb 2016 14:53:41 +0100 Subject: [PATCH] Update AndroidManifest.xml full screen for phones with buttons on screen. type nexus. avoid coming into sleep, when the application is open video --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ce1f5d5..dd118cc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,8 +12,9 @@ + android:theme="@style/Theme.AppCompat.Light.NoActionBar" />