nex3z / ToggleButtonGroup

A group of flowable toggle buttons, with multiple / single selection support and button customization.
Apache License 2.0
421 stars 49 forks source link

How to add icon to button? #30

Closed lharland closed 6 years ago

lharland commented 6 years ago

An alternative for setCompoundDrawablesWithIntrinsicBounds

nex3z commented 6 years ago

You can change the background of CircularToggle by using setCheckedImageDrawable(Drawable drawable), as described in #27. For further customization , feel free to build your own custom button.