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

Commit ecfc982

Browse files
committed
2 parents e310730 + 5fd26a7 commit ecfc982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
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.3'
15+
implementation 'com.github.droidbond:LoadingButton:0.1.4'
1616
}
1717
```
1818
```
@@ -54,6 +54,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"
5454
<attr name="boldText" format="boolean"/>
5555
<attr name="textSize" format="dimension"/>
5656
<attr name="progressColor" format="color"/>
57+
<attr name="customFontFamily" format="reference"/>
5758
<attr name="background" format="reference"/>
5859
<attr name="progressBarSize" format="enum">
5960
<enum name="large" value="64"/>

0 commit comments

Comments
 (0)