From 49815169a281b0f09a689af3733cfc8fcd6ae748 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 26 Jun 2016 15:33:54 +0200 Subject: [PATCH] use a black splash screen at app launch --- app/src/main/AndroidManifest.xml | 3 ++- app/src/main/res/values/styles.xml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3c2c115..8d9daf7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,7 +21,8 @@ android:theme="@style/AppTheme"> + android:screenOrientation="portrait" + android:theme="@style/BlackSplashScreen"> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 05d6c5a..c873966 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -7,6 +7,10 @@ @style/AppTheme.ActionBarStyle + +