Commit 851bf27e authored by fallenstardust's avatar fallenstardust

test remove orientation theme

parent 33bde3fc
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<activity <activity
android:name="cn.garymb.ygomobile.YGOMobileActivity" android:name="cn.garymb.ygomobile.YGOMobileActivity"
android:clearTaskOnLaunch="true" android:clearTaskOnLaunch="true"
android:configChanges="orientation|keyboardHidden|screenSize" android:configChanges="keyboardHidden|screenSize"
android:exported="true" android:exported="true"
android:label="YGOMobile" android:label="YGOMobile"
android:process=":game" android:process=":game"
......
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
</style> </style>
<style name="AppTheme.Game" parent="android:Theme.Holo.NoActionBar.Fullscreen"> <style name="AppTheme.Game" parent="android:Theme.Holo.NoActionBar.Fullscreen">
<item name="android:windowIsTranslucent">true</item> <item name="android:windowIsTranslucent">false</item>
<item name="android:windowDisablePreview">true</item>
</style> </style>
<style name="AppTheme.Logo" parent="AppTheme"> <style name="AppTheme.Logo" parent="AppTheme">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment