Don't allow MIUI to mess with our theme

This commit is contained in:
Torsten Grote
2024-06-03 12:42:33 -03:00
parent 675e984eaa
commit 642ac3fbe0

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="BriarTheme" parent="Theme.Material3.DayNight">
<item name="colorPrimary">@color/md_theme_primary</item>
@@ -22,6 +22,8 @@
<item name="toolbarStyle">@style/BriarToolbar</item>
<item name="alertDialogTheme">@style/BriarDialogTheme.Neutral</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14</item>
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
</style>
<style name="BriarTheme.NoActionBar" parent="BriarTheme">