Skip to content

Commit 124e098

Browse files
authored
Update README.md
1 parent 7c5f60c commit 124e098

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Simple Progress View with Tile Animation
1919
# Modify
2020

2121
```kotlin
22-
tiledProgressView.setProgress(0.3f) //Between 0.0f - 1.0f
23-
tiledProgressView.setLoadingColor(R.color.purple) //Color Resource
22+
tiledProgressView.setProgress(30f) //Percentage
23+
tiledProgressView.setColorRes(R.color.white)
24+
tiledProgressView.setLoadingColorRes(R.color.purple)
2425
```
2526

2627

0 commit comments

Comments
 (0)