diff --git a/README.md b/README.md index d7f0876..0cd2e87 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ layout: android:layout_height="wrap_content" app:lb_resetAfterFailed="true" app:lb_btnRippleColor="#000000" - app:lb_btnDisableColor="#cccccc" //disable btn color - app:lb_disableTextColor="999999" + app:lb_btnDisabledColor="#cccccc" + app:lb_disabledTextColor="999999" app:lb_btnText="@string/button_text" /> ``` @@ -68,11 +68,11 @@ reset: ``` -### release 1.6 +### release 1.7 -add setEnable(true/false) logic for touchEvent,and add lb_btnDisableColor & lb_disableTextColor for display. +add setEnable(true/false) logic for touchEvent,and add lb_btnDisabledColor & lb_disabledTextColor for display. -* notice: lb_btnDisableColor & lb_disableTextColor only display while LoadingButton is normal button state, LoadingButton is playing animation or other state will display normal color +* notice: lb_btnDisabledColor & lb_disabledTextColor only display while LoadingButton is normal button state, LoadingButton is playing animation or other state will display normal color dependency @@ -91,6 +91,6 @@ add dependency: ```java dependencies { - compile 'com.github.StevenDXC:DxLoadingButton:1.5' + compile 'com.github.StevenDXC:DxLoadingButton:1.7' } ```