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 7c5f60c commit 124e098Copy full SHA for 124e098
README.md
@@ -19,8 +19,9 @@ Simple Progress View with Tile Animation
19
# Modify
20
21
```kotlin
22
-tiledProgressView.setProgress(0.3f) //Between 0.0f - 1.0f
23
-tiledProgressView.setLoadingColor(R.color.purple) //Color Resource
+tiledProgressView.setProgress(30f) //Percentage
+tiledProgressView.setColorRes(R.color.white)
24
+tiledProgressView.setLoadingColorRes(R.color.purple)
25
```
26
27
0 commit comments