6.6.2 - Alpha4 - 导航栏设置为透明或半透明以增强视觉体验

This commit is contained in:
SuperMonster003
2025-03-10 23:20:04 +08:00
parent 48326fbc48
commit fc6c912dec
65 changed files with 1033 additions and 820 deletions

View File

@@ -12,7 +12,6 @@
<enum name="single" value="0" />
<enum name="multiple" value="1" />
</attr>
<attr name="alwaysExtended" format="boolean" />
<attr name="list" format="reference" />
</declare-styleable>
@@ -27,10 +26,12 @@
<attr name="positiveText" format="string" />
<attr name="onConfirmPrompt" format="string" />
</declare-styleable>
<declare-styleable name="MaterialPreference">
<attr name="longClickPrompt" format="string" />
<attr name="longClickPromptMore" format="string" />
</declare-styleable>
<declare-styleable name="MaterialListPreference">
<attr name="dialogTitle" />
<attr name="dialogContent" />
@@ -88,5 +89,7 @@
<attr name="color_warn" format="reference|color" />
<attr name="color_error" format="reference|color" />
<attr name="color_assert" format="reference|color" />
<attr name="excludeFromNavigationBar" format="boolean" />
</declare-styleable>
</resources>