attrs.xml
1.7 KB
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="StackLabel">
<attr name="textColor" format="color" />
<attr name="textSize" format="dimension"/>
<attr name="paddingVertical" format="dimension"/>
<attr name="paddingHorizontal" format="dimension"/>
<attr name="itemMargin" format="dimension"/>
<attr name="itemMarginVertical" format="dimension"/>
<attr name="itemMarginHorizontal" format="dimension"/>
<attr name="deleteButton" format="boolean" />
<attr name="deleteButtonImage" format="reference" />
<attr name="labelBackground" format="reference" />
<attr name="selectMode" format="boolean" />
<attr name="selectBackground" format="reference" />
<attr name="selectTextColor" format="color" />
<attr name="maxSelectNum" format="integer" />
<attr name="minSelectNum" format="integer" />
<attr name="maxLines" format="integer" />
<attr name="labels" format="string" />
</declare-styleable>
<declare-styleable name="CircularProgressView">
<attr name="backWidth" format="dimension" /> <!--背景圆环宽度-->
<attr name="progWidth" format="dimension" /> <!--进度圆环宽度-->
<attr name="backColor" format="color" /> <!--背景圆环颜色-->
<attr name="progColor" format="color" /> <!--进度圆环颜色-->
<attr name="progStartColor" format="color" /> <!--进度圆环开始颜色-->
<attr name="progFirstColor" format="color" /> <!--进度圆环结束颜色-->
<attr name="progress" format="integer" /> <!--圆环进度-->
</declare-styleable>
</resources>