Force portrait orientation for Intro Pages
No need for landscape orientation on the Intro Pages
This commit is contained in:
parent
716cb32fea
commit
7b527948b8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue