You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ layout:
29
29
android:layout_height="wrap_content"
30
30
app:lb_resetAfterFailed="true"
31
31
app:lb_btnRippleColor="#000000"
32
+
app:lb_btnDisableColor="#cccccc" //disable btn color
33
+
app:lb_disableTextColor="999999"
32
34
app:lb_btnText="@string/button_text"
33
35
/>
34
36
```
@@ -65,6 +67,13 @@ reset:
65
67
lb.reset();
66
68
```
67
69
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
+
68
77
dependency
69
78
---
70
79
Add it in your root build.gradle at the end of repositories:
0 commit comments