Simplify theme color application logic

This commit is contained in:
MM20
2021-12-13 17:34:13 +01:00
parent cb72b9180f
commit 9ebac9684b
13 changed files with 35 additions and 79 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="CrashReporter.Theme" parent="SettingsTheme.DefaultColors">
<style name="CrashReporter.Theme" parent="SettingsTheme">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>