Skip to content

Commit 72e72ef

Browse files
authored
Update README.md
1 parent 53e445d commit 72e72ef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ layout:
3232
app:lb_btnDisabledColor="#cccccc"
3333
app:lb_disabledTextColor="#999999"
3434
app:lb_cornerRadius="32"
35-
app:lb_btnText="@string/button_text"
35+
app:lb_rippleEnable="true"
36+
app:lb_btnText="@string/button_text"
3637
/>
3738
```
3839
code:
@@ -106,6 +107,6 @@ add dependency:
106107

107108
```java
108109
dependencies {
109-
compile 'com.github.StevenDXC:DxLoadingButton:2.1'
110+
compile 'com.github.StevenDXC:DxLoadingButton:2.2'
110111
}
111112
```

0 commit comments

Comments
 (0)