Android: Improve handling of portrait mode
This commit is contained in:
@ -18,7 +18,8 @@
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:label="@string/title_activity_emulation"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:theme="@style/FullscreenTheme">
|
||||
android:theme="@style/FullscreenTheme"
|
||||
android:immersive="true">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="com.github.stenzek.duckstation.MainActivity" />
|
||||
|
||||
Reference in New Issue
Block a user