Force portrait orientation for Intro Pages

No need for landscape orientation on the Intro Pages
This commit is contained in:
Emmanuel Nwokoma 2018-03-01 18:09:37 +01:00 committed by GitHub
parent 716cb32fea
commit 7b527948b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".Activities.IntroScreenActivity"
android:screenOrientation="portrait"
android:parentActivityName=".Activities.MainActivity"
android:theme="@style/Theme.Intro" />
<activity