[app] Prevent MIUI from messing up with themes (#241)
This commit is contained in:
parent
992635e8e3
commit
933d17d8b7
|
|
@ -17,7 +17,7 @@
|
|||
~ Copyright (C) 2021 LSPosed Contributors
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<style name="Base.AppTheme.Light" parent="Theme.Material.Light.LightStatusBar">
|
||||
<item name="android:statusBarColor">?android:colorBackground</item>
|
||||
|
|
@ -43,6 +43,7 @@
|
|||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="windowActionBar">false</item>
|
||||
<item name="windowNoTitle">true</item>
|
||||
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Light" parent="Base.AppTheme.Light" />
|
||||
|
|
@ -69,6 +70,7 @@
|
|||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="windowActionBar">false</item>
|
||||
<item name="windowNoTitle">true</item>
|
||||
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme" parent="Base.AppTheme" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue