app_btyjgrid/app/src/main/res/values/attrs.xml

9 lines
345 B
XML
Raw Normal View History

2020-03-27 16:48:14 +08:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CheckState">
2020-03-30 17:40:38 +08:00
<attr name="state_normal" format="boolean" />
<attr name="state_check" format="boolean" />
<attr name="state_uncheck" format="boolean" />
<attr name="state_exist" format="boolean" />
2020-03-27 16:48:14 +08:00
</declare-styleable>
</resources>