Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE authored Jan 21, 2020
1 parent 5855a31 commit 14df4c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ Attributes accepted in xml:
<attr name="btnAdd" format="reference" />
<attr name="isOpen" format="boolean" />
<attr name="autoToggle" format="boolean" />
<attr name="rippleEnable" format="boolean" />
<attr name="rippleColor" format="color" />
</declare-styleable>
```

Example:
```xml
com.github.guilhe.views.QuantityPickerView
Expand All @@ -43,7 +46,7 @@ com.github.guilhe.views.QuantityPickerView
app:textLabelFont="@font/permanentmarker_regular"
app:textLabelFormatter="%s units."
app:textLabelSize="14sp"/>
```
```

## Binaries
Binaries and dependency information for Gradle, Maven, Ivy and others can be found [here](https://search.maven.org/artifact/com.github.guilhe/quantity-picker-view).
Expand Down

0 comments on commit 14df4c9

Please sign in to comment.