mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Don't allow MIUI to mess with our theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<style name="BriarTheme" parent="Theme.Material3.DayNight">
|
<style name="BriarTheme" parent="Theme.Material3.DayNight">
|
||||||
<item name="colorPrimary">@color/md_theme_primary</item>
|
<item name="colorPrimary">@color/md_theme_primary</item>
|
||||||
@@ -22,6 +22,8 @@
|
|||||||
<item name="toolbarStyle">@style/BriarToolbar</item>
|
<item name="toolbarStyle">@style/BriarToolbar</item>
|
||||||
<item name="alertDialogTheme">@style/BriarDialogTheme.Neutral</item>
|
<item name="alertDialogTheme">@style/BriarDialogTheme.Neutral</item>
|
||||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14</item>
|
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14</item>
|
||||||
|
|
||||||
|
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="BriarTheme.NoActionBar" parent="BriarTheme">
|
<style name="BriarTheme.NoActionBar" parent="BriarTheme">
|
||||||
|
|||||||
Reference in New Issue
Block a user