ANDROID: Allow resizable activities
This commit is contained in:
parent
33b09af3b2
commit
7af3a4571e
1 changed files with 4 additions and 2 deletions
|
@ -46,7 +46,8 @@
|
|||
android:name=".SplashActivity"
|
||||
android:exported="true"
|
||||
android:banner="@drawable/leanback_icon"
|
||||
android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
|
||||
android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
|
||||
android:resizeableActivity="true"
|
||||
android:theme="@style/SplashTheme"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
|
@ -61,7 +62,8 @@
|
|||
android:name=".ScummVMActivity"
|
||||
android:exported="false"
|
||||
android:banner="@drawable/leanback_icon"
|
||||
android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
|
||||
android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
|
||||
android:resizeableActivity="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@style/AppTheme"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue