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

Commit c8c9c1e

Browse files
committed
2 parents 3796b51 + cd5b671 commit c8c9c1e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 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.1'
15+
implementation 'com.github.droidbond:LoadingButton:0.1.3'
1616
}
1717
```
1818
```
@@ -25,13 +25,12 @@ 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
```
3332
```xml
34-
<droidbond.loadingbutton.LoadingButton
33+
<com.droidbond.loadingbutton.LoadingButton
3534
android:layout_width="wrap_content"
3635
android:layout_height="wrap_content"
3736
android:id="@+id/normal"

0 commit comments

Comments
 (0)