Optimized language, attr, themes, colors.

Change the way to launch tool activity.
This commit is contained in:
2022-04-01 14:24:45 +08:00
parent ef235a86aa
commit 6c662f8389
47 changed files with 208 additions and 260 deletions

View File

@@ -1,6 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="FoldLayout">
<attr name="layoutId" format="integer"/>
<attr name="layoutId" format="integer" />
</declare-styleable>
<attr name="app_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_on_theme" format="color" />
<attr name="fold_layout_background" format="color" />
<attr name="tools_arrow" format="color" />
<attr name="tools_button_background" format="color" />
<attr name="tools_button_text" format="color" />
<attr name="tools_button_ripple" format="color" />
</resources>