Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 0898c55

Browse files
authored
ver 1.1
1 parent 2b0efe6 commit 0898c55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
Add implementation in your app.gradle
3030
```gradle
3131
dependencies {
32-
implementation 'com.github.muramrr:ProgressButton:1.0'
32+
implementation 'com.github.muramrr:ProgressButton:1.1'
3333
}
3434
```
3535
## Usage XML
@@ -100,6 +100,9 @@ disposables.add(signUp()
100100

101101

102102
#### Public methods:
103+
* setProgressButtonDuration(int time) - **Set button transformation speed in ms (default = 200)**
104+
* setProgressAnimationSpeed(int time) - **Set progress spinner speed in ms (default = 400)**
105+
* setScaleAnimationDuration(int time) - **Set scale transformation speed in ms (default = 300)**
103106
* setBgColor(int color) - **Set button background color**
104107
* setProColor(int color) - **Set progress color**
105108
* setButtonText(String str) - **Set button text**

0 commit comments

Comments
 (0)