A group of flowable toggle buttons, with multiple / single selection support and button customization.
421
stars
48
forks
source link
Possible to have different colors for border and background color when selected? #27
Closed
drunkendaddy closed 6 years ago
If you are using
CircularToggle
, you can usesetCheckedImageDrawable(Drawable drawable)
to change the default background for the checked state.Please feel free to build your own custom button that best suits your needs.