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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +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
+
app:lb_btnDisabledColor="#cccccc"
33
+
app:lb_disabledTextColor="999999"
34
34
app:lb_btnText="@string/button_text"
35
35
/>
36
36
```
@@ -68,11 +68,11 @@ reset:
68
68
```
69
69
70
70
71
-
### release 1.6
71
+
### release 1.7
72
72
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.
74
74
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
0 commit comments