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

Commit 2b0efe6

Browse files
author
Andrii Kovalchuk
committed
ver 1.1
1 parent d4f53e9 commit 2b0efe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

progressbuttonlib/src/main/java/com/mmdev/progressbuttonlib/ProgressButton.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void setButtonText(String s) {
5555
}
5656

5757
private int progressButtonDuration = 200;
58-
public void setprogressButtonDuration(int time)
58+
public void setProgressButtonDuration(int time)
5959
{ progressButtonDuration= time;}
6060

6161
private int progressAnimationSpeed = 400;

0 commit comments

Comments
 (0)