mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 03:51:27 +08:00
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="FoldLayout">
|
|
<attr name="layoutId" format="integer" />
|
|
<attr name="transitionTime" format="integer" />
|
|
</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_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" />
|
|
<attr name="tools_button_text" format="color" />
|
|
<attr name="tools_button_ripple" format="color" />
|
|
</resources> |