I'm trying to create a chip similar to the google play books one.
With a similar behavior to this:
Do I need to create a custom class extending Chip or ChipDrawable?
I'm trying to create a chip similar to the google play books one.
With a similar behavior to this:
Do I need to create a custom class extending Chip or ChipDrawable?
Yes you need to create your custom View
that extend behavior from Chip
if you want it to work in Chip Group
.
Also you can check Toggle Button it look like you can use MaterialButtonToggleGroup
with Flow
from constraintLayout
.