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 + +