0

I'm trying to create a chip similar to the google play books one.

enter image description here

With a similar behavior to this:

enter image description here

Do I need to create a custom class extending Chip or ChipDrawable?

A_Jayke
  • 153
  • 1
  • 12

1 Answers1

0

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.

i30mb1
  • 3,894
  • 3
  • 18
  • 34