We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e445d commit 72e72efCopy full SHA for 72e72ef
1 file changed
README.md
@@ -32,7 +32,8 @@ layout:
32
app:lb_btnDisabledColor="#cccccc"
33
app:lb_disabledTextColor="#999999"
34
app:lb_cornerRadius="32"
35
- app:lb_btnText="@string/button_text"
+ app:lb_rippleEnable="true"
36
+ app:lb_btnText="@string/button_text"
37
/>
38
```
39
code:
@@ -106,6 +107,6 @@ add dependency:
106
107
108
```java
109
dependencies {
- compile 'com.github.StevenDXC:DxLoadingButton:2.1'
110
+ compile 'com.github.StevenDXC:DxLoadingButton:2.2'
111
}
112
0 commit comments