styles.xml: synchronize theme

This commit is contained in:
khanhduytran0 2020-08-09 08:12:03 +07:00
parent f02ae570c6
commit 0932fcad09
2 changed files with 4 additions and 12 deletions

View File

@ -32,6 +32,7 @@
</activity>
<activity
android:theme="@style/MenuDialog"
android:screenOrientation="sensorLandscape"
android:name=".FatalErrorActivity"
android:configChanges="keyboardHidden|orientation|screenSize"/>
@ -50,7 +51,6 @@
android:launchMode="standard"
android:multiprocess="true"
android:screenOrientation="sensorLandscape"
android:theme="@style/RunTheme"
android:name=".MainActivity"
android:configChanges="keyboardHidden|orientation|screenSize"/>

View File

@ -6,22 +6,14 @@
<item name="windowActionBar">false</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="RunTheme" parent="@style/Theme.AppCompat.NoActionBar">
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowTranslucentNavigation">true</item>
<style name="AlertTheme" parent="@style/AppTheme">
</style>
<style name="AlertTheme" parent="@android:style/Theme.Material">
</style>
<style name="MenuDialog" parent="@android:style/Theme.Material">
<style name="MenuDialog" parent="@style/AppTheme">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>