Apply theme changing without restarting

This commit is contained in:
Koitharu
2022-05-17 14:10:40 +03:00
parent ce7960e5e9
commit 473135bfc5
6 changed files with 30 additions and 21 deletions

View File

@@ -86,9 +86,11 @@
<!-- Monet theme only support S+ -->
<style name="Theme.Kotatsu.Monet" />
<style name="ThemeOverlay.Kotatsu" parent="ThemeOverlay.Material3.Light" />
<style name="Theme.Kotatsu.Amoled" />
<style name="ThemeOverlay.Kotatsu.AMOLED" parent="" />
<style name="Theme.Kotatsu.Monet.Amoled" />
<style name="ThemeOverlay.Kotatsu" parent="ThemeOverlay.Material3.Light" />
<style name="Theme.Kotatsu.Dialog" parent="">
<item name="android:windowNoTitle">true</item>