File tree 2 files changed +3
-2
lines changed
MaterialProgressView-master/image
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ More details on CircleProgressView and HorizontalProgressView:
98
98
circleProgressView.startProgressAnimation();
99
99
100
100
//HorizontalProgressView
101
- HorizontalProgressView circleProgressView = (HorizontalProgressView) view.findViewById(R.id.progressView_horizontal);
101
+ HorizontalProgressView circleProgressView = (HorizontalProgressView) view.findViewById(R.id.progressView_horizontal);
102
102
horizontalProgressView.setStartProgress(0);
103
103
horizontalProgressView.setEndProgress(80);
104
104
horizontalProgressView.setStartColor(Color.parseColor("#FF8F5D"));
@@ -112,7 +112,8 @@ More details on CircleProgressView and HorizontalProgressView:
112
112
113
113
```
114
114
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
+
116
117
1. in xml:
117
118
```
118
119
app:textMovedEnable="true"
You can’t perform that action at this time.
0 commit comments