Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDXC authored Sep 29, 2017
1 parent 257149b commit c5e412c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
```
Expand Down Expand Up @@ -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
Expand All @@ -91,6 +91,6 @@ add dependency:

```java
dependencies {
compile 'com.github.StevenDXC:DxLoadingButton:1.5'
compile 'com.github.StevenDXC:DxLoadingButton:1.7'
}
```

0 comments on commit c5e412c

Please sign in to comment.