Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangdong.cheng committed Jun 20, 2019
2 parents 080bfe9 + 72e72ef commit 6182d68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ layout:
app:lb_btnDisabledColor="#cccccc"
app:lb_disabledTextColor="#999999"
app:lb_cornerRadius="32"
app:lb_btnText="@string/button_text"
app:lb_rippleEnable="true"
app:lb_btnText="@string/button_text"
/>
```
code:
Expand Down Expand Up @@ -106,6 +107,6 @@ add dependency:

```java
dependencies {
compile 'com.github.StevenDXC:DxLoadingButton:2.1'
compile 'com.github.StevenDXC:DxLoadingButton:2.2'
}
```

0 comments on commit 6182d68

Please sign in to comment.