Added theme switch

This commit is contained in:
2022-08-07 14:29:07 +08:00
parent 77337d86f3
commit 3357c75c3f
51 changed files with 916 additions and 205 deletions

View File

@@ -5,13 +5,19 @@
</declare-styleable>
<attr name="app_theme" format="color" />
<attr name="app_variant_theme" format="color" />
<attr name="app_on_theme" format="color" />
<attr name="app_text_theme" format="color" />
<attr name="app_background" format="color" />
<attr name="app_second_theme" format="color" />
<attr name="app_second_variant_theme" format="color" />
<attr name="app_second_on_theme" format="color" />
<attr name="app_background_theme" format="color" />
<attr name="app_on_background_theme" format="color" />
<attr name="app_text_theme" format="color" />
<attr name="app_second_text_theme" format="color" />
<attr name="app_ripple_theme" format="color" />
<attr name="app_divider_theme" format="color" />
<attr name="fold_layout_background" format="color" />
<attr name="tools_arrow" format="color" />
<attr name="tools_button_background" format="color" />