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
+11-1Lines changed: 11 additions & 1 deletion
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_btnDisabledColor="#cccccc"
33
+
app:lb_disabledTextColor="999999"
32
34
app:lb_btnText="@string/button_text"
33
35
/>
34
36
```
@@ -65,6 +67,14 @@ reset:
65
67
lb.reset();
66
68
```
67
69
70
+
71
+
### release 1.7
72
+
73
+
add setEnable(true/false) logic for touchEvent,and add lb_btnDisabledColor & lb_disabledTextColor for display.
74
+
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
76
+
77
+
68
78
dependency
69
79
---
70
80
Add it in your root build.gradle at the end of repositories:
0 commit comments