Commit 28b87a89b37a6a0449e489942c72e055838ceb16

Authored by YangShuai
1 parent e4b4ef80

1 去除无用attr

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "1.2.0-androidx",
  24 + version: "1.2.1-androidx",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
moudle_pedometer/src/main/res/values/attrs.xml
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <resources>
3   - <declare-styleable name="CirclePercentView">
4   - <attr name="radius" format="dimension" />
5   - <attr name="stripeWidth" format="dimension" /><!--色带宽度-->
6   - <attr name="percentCount" format="integer" /><!--百分比 最大值为100-->
7   - <attr name="smallColor" format="color" /><!--色带宽度-->
8   - <!--外圈颜色-->
9   - <attr name="bigColor" format="color" />
10   -
11   - <!--中间字体颜色-->
12   - <attr name="centerTextSize" format="dimension" />
13   - <!--色带宽度-->
14   - </declare-styleable>
15   -
16 3  
17 4 <declare-styleable name="FivePersonIconView">
18 5 <attr name="showRightFlag" format="boolean" />
... ...