Skip to content

Commit c5e412c

Browse files
authored
Update README.md
1 parent 257149b commit c5e412c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ layout:
2929
android:layout_height="wrap_content"
3030
app:lb_resetAfterFailed="true"
3131
app:lb_btnRippleColor="#000000"
32-
app:lb_btnDisableColor="#cccccc" //disable btn color
33-
app:lb_disableTextColor="999999"
32+
app:lb_btnDisabledColor="#cccccc"
33+
app:lb_disabledTextColor="999999"
3434
app:lb_btnText="@string/button_text"
3535
/>
3636
```
@@ -68,11 +68,11 @@ reset:
6868
```
6969

7070

71-
### release 1.6
71+
### release 1.7
7272

73-
add setEnable(true/false) logic for touchEvent,and add lb_btnDisableColor & lb_disableTextColor for display.
73+
add setEnable(true/false) logic for touchEvent,and add lb_btnDisabledColor & lb_disabledTextColor for display.
7474

75-
* notice: lb_btnDisableColor & lb_disableTextColor only display while LoadingButton is normal button state, LoadingButton is playing animation or other state will display normal color
75+
* notice: lb_btnDisabledColor & lb_disabledTextColor only display while LoadingButton is normal button state, LoadingButton is playing animation or other state will display normal color
7676

7777

7878
dependency
@@ -91,6 +91,6 @@ add dependency:
9191

9292
```java
9393
dependencies {
94-
compile 'com.github.StevenDXC:DxLoadingButton:1.5'
94+
compile 'com.github.StevenDXC:DxLoadingButton:1.7'
9595
}
9696
```

0 commit comments

Comments
 (0)