Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit cd5b671

Browse files
Update README.md
1 parent 6257e37 commit cd5b671

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add the dependency to your *build.gradle*:
1212
maven { url "https://jitpack.io" }
1313
}
1414
dependencies {
15-
implementation 'com.github.droidbond:LoadingButton:0.1.2'
15+
implementation 'com.github.droidbond:LoadingButton:0.1.3'
1616
}
1717
```
1818
```
@@ -25,8 +25,7 @@ targetSdk 28
2525
<img src="https://github.com/droidbond/LoadingButton/blob/master/device-2018-11-22-155750.png" width="250">
2626

2727
### How to use
28-
Inside xml layout
29-
Add this in your root layout. For adding customized attributes use `app` namespace
28+
Inside xml layout, add this in your root element. For using custom attributes use `app` namespace
3029
```
3130
xmlns:app="http://schemas.android.com/apk/res-auto"
3231
```

0 commit comments

Comments
 (0)