Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarsmartsense committed May 14, 2024
1 parent 404d570 commit a223684
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {

Add the dependency in your app ```build.gradle``` file:
``` gradle
implementation 'io.github.smartsensesolutions:ProfilePercentageView:1.0.2'
implementation 'io.github.smartsensesolutions:ProfilePercentageView:1.0.3'
```
## Usage
Expand Down Expand Up @@ -62,6 +62,13 @@ For getting current value of progress:
ppvProfile.getCurrentValue()
```

For setting max value of progress:

``` kotlin
ppvProfile.setMaxValue(maxValue: Int)
```


## Attributes

Following are the various attributes available to customize the look and feel of the Seekbar.
Expand Down

0 comments on commit a223684

Please sign in to comment.