6.0.0 - 部分插件及工具版本更新

This commit is contained in:
SuperMonster003
2021-12-01 13:39:18 +08:00
parent 684938893a
commit 99a1d8490f
195 changed files with 5540 additions and 3909 deletions

View File

@@ -1,44 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="title" format="string|reference"/>
<attr name="icon" format="reference"/>
<attr name="drawer_item_text_color" format="color|reference"/>
<attr name="drawer_group_text_color" format="color|reference"/>
<attr name="itemBackgroundDark" format="color|reference"/>
<attr name="title" format="string|reference" />
<attr name="icon" format="reference" />
<attr name="drawer_item_text_color" format="color|reference" />
<attr name="drawer_group_text_color" format="color|reference" />
<attr name="itemBackgroundDark" format="color|reference" />
<declare-styleable name="ToolbarMenuItem">
<attr name="text" format="string|reference"/>
<attr name="icon"/>
<attr name="icon_color" format="color|reference"/>
<attr name="text" format="string|reference" />
<attr name="icon" />
<attr name="icon_color" format="color|reference" />
</declare-styleable>
<declare-styleable name="PrefSwitch">
<attr name="key" format="string|reference"/>
<attr name="defaultValue" format="boolean"/>
<attr name="key" format="string|reference" />
<!-- "defaultValue" is conflict with androidx.preference:preference-ktx:1.1.1-->
<attr name="defaultVal" format="boolean" />
</declare-styleable>
<declare-styleable name="DrawerMenuItem">
<attr name="title"/>
<attr name="icon"/>
<attr name="with_switch" format="boolean"/>
<attr name="pref_key" format="string|reference"/>
<attr name="anti_shake" format="boolean"/>
<attr name="title" />
<attr name="icon" />
<attr name="with_switch" format="boolean" />
<attr name="pref_key" format="string|reference" />
<attr name="anti_shake" format="boolean" />
</declare-styleable>
<declare-styleable name="DrawerMenuGroup">
<attr name="title"/>
<attr name="title" />
</declare-styleable>
<declare-styleable name="CircularActionMenu">
<attr name="cam_radius" format="dimension|reference"/>
<attr name="cam_angle" format="integer"/>
<attr name="cam_radius" format="dimension|reference" />
<attr name="cam_angle" format="integer" />
</declare-styleable>
<declare-styleable name="ImageText">
<attr name="text"/>
<attr name="src"/>
<attr name="image_width" format="dimension|reference"/>
</declare-styleable>
</resources>