How do I set the selected com.google.android.material.chip.Chip color? I don\'t want it to be the default gray. This is a single selection chip group.
Original
Just set an attribute app:chipBackgroundColor and pass a color state list to it:
app:chipBackgroundColor
bg_chip_state_list looks like this:
bg_chip_state_list
However I also had to set android:clickable to true to make this work
android:clickable
true