Skip to content

Commit d5e4f9b

Browse files
authored
Update README.md
1 parent 6af7984 commit d5e4f9b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +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"
3234
app:lb_btnText="@string/button_text"
3335
/>
3436
```
@@ -65,6 +67,13 @@ reset:
6567
lb.reset();
6668
```
6769

70+
71+
### release 1.6
72+
73+
add setEnable(true/false) logic for touchEvent,and add lb_btnDisableColor & lb_disableTextColor for display.
74+
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+
76+
6877
dependency
6978
---
7079
Add it in your root build.gradle at the end of repositories:

0 commit comments

Comments
 (0)