Skip to content

Commit a0d4535

Browse files
committed
更新效果图
1 parent 896707b commit a0d4535

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
0 Bytes
Binary file not shown.

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ More details on CircleProgressView and HorizontalProgressView:
9898
circleProgressView.startProgressAnimation();
9999
100100
//HorizontalProgressView
101-
HorizontalProgressView circleProgressView = (HorizontalProgressView) view.findViewById(R.id.progressView_horizontal);
101+
HorizontalProgressView circleProgressView = (HorizontalProgressView) view.findViewById(R.id.progressView_horizontal);
102102
horizontalProgressView.setStartProgress(0);
103103
horizontalProgressView.setEndProgress(80);
104104
horizontalProgressView.setStartColor(Color.parseColor("#FF8F5D"));
@@ -112,7 +112,8 @@ More details on CircleProgressView and HorizontalProgressView:
112112

113113
```
114114
115-
- Or if you want to let the progress value text moved with `HorizontalProgressView` progress animation, you can use it like this:
115+
- Or if you want to let the progress value text moved with `HorizontalProgressView` progress animation, you can use it like this:
116+
116117
1. in xml:
117118
```
118119
app:textMovedEnable="true"

0 commit comments

Comments
 (0)