We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e9347 commit d1d0309Copy full SHA for d1d0309
1 file changed
README.md
@@ -7,7 +7,7 @@ MaterialLoadingProgressBar provide a styled ProgressBar which looks like Swip
7
### how to import?
8
add this into gradle
9
10
- compile('com.lsjwzh:materialloadingprogressbar:0.5.1-RELEASE')
+ compile('com.lsjwzh:materialloadingprogressbar:0.5.2-RELEASE')
11
12
13
### xml:
@@ -57,6 +57,8 @@ or set it by java code
57
```
58
59
### release notes:
60
+ 0.5.2: support setColorSchemeColors.
61
+
62
0.5.1: fix bug: arrow be putting into incorrect position.
63
64
0.5.0: support enable/disable circle back ground.
0 commit comments