remove the fullscreen theme

This commit is contained in:
LegacyGamerHD 2020-08-04 18:44:31 +02:00 committed by GitHub
parent b82cb2fc45
commit c0122c2a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,7 @@
<item name="android:windowAnimationStyle">@style/MenuDialogAnimation</item> <item name="android:windowAnimationStyle">@style/MenuDialogAnimation</item>
<item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item> <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
</style> </style>
<style name="AppTheme.Fullscreen" parent="AppTheme">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
<style name="MenuDialogAnimation"> <style name="MenuDialogAnimation">
<item name="android:windowEnterAnimation">@anim/translate_left_side</item> <item name="android:windowEnterAnimation">@anim/translate_left_side</item>
<item name="android:windowExitAnimation">@anim/translate_right_side</item> <item name="android:windowExitAnimation">@anim/translate_right_side</item>