Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iammert authored Dec 1, 2020
1 parent 7c5f60c commit 124e098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Simple Progress View with Tile Animation
# Modify

```kotlin
tiledProgressView.setProgress(0.3f) //Between 0.0f - 1.0f
tiledProgressView.setLoadingColor(R.color.purple) //Color Resource
tiledProgressView.setProgress(30f) //Percentage
tiledProgressView.setColorRes(R.color.white)
tiledProgressView.setLoadingColorRes(R.color.purple)
```


Expand Down

0 comments on commit 124e098

Please sign in to comment.