Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rcketscientist authored Feb 2, 2017
1 parent ad915c0 commit a82416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This library adds two custom widgets that adhere to the Material Design definiti
`compile 'com.anthonymandra:ToggleButtons:1.1.0'`
<p>You can use <code>ToggleGroup</code> much like you would a <code>RadioGroup</code> and fill it with <code>ToggleButton</code>, or anything extending <code>CompoundButton</code>. See the Sample for examples.</p>

When no text is present they will use a custom draw that allows proper image alignment. When text is present they will behave like a traditional <code>CompoundButton</code>, or the old android <code>ToggleButton</code>
<p>When no text is present they will use a custom draw that allows proper image alignment. When text is present they will behave like a traditional <code>CompoundButton</code>, or the old android <code>ToggleButton</code>.</p>
![image](https://cloud.githubusercontent.com/assets/4026030/22566665/2954ec68-e98d-11e6-9c23-765adeba4e74.png)

You can toggle exclusive selection or multi selection on a group and you can also allow unselecting (no selection at all). Buttons support tint.
Expand Down

0 comments on commit a82416d

Please sign in to comment.