Commit 28b87a89b37a6a0449e489942c72e055838ceb16
1 parent
e4b4ef80
1 去除无用attr
Showing
2 changed files
with
1 additions
and
14 deletions
config.gradle
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" /> | ... | ... |