We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46201f commit ea6a4aeCopy full SHA for ea6a4ae
README.md
@@ -26,8 +26,8 @@ ArcSeekBar for Android 是一个弧形的拖动条进度控件,配置参数完
26
| 属性 | 值类型 | 默认值 | 说明 |
27
| :------| :------ | :------ | :------ |
28
| arcStrokeWidth | dimension |12dp| 画笔描边的宽度 |
29
-| arcNormalColor | color |<font color=#C8C8C8>#FFC8C8C8</font>| 弧形正常颜色 |
30
| arcStrokeCap | enum | ROUND | 画笔的线冒样式 |
+| arcNormalColor | color |<font color=#C8C8C8>#FFC8C8C8</font>| 弧形正常颜色 |
31
| arcProgressColor | color |<font color=#4FEAAC>#FF4FEAAC</font>| 弧形进度颜色 |
32
| arcStartAngle | integer | 270 | 开始角度,默认十二点钟方向 |
33
| arcSweepAngle | integer | 360 | 扫描角度范围 |
0 commit comments