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
To change the colors in the Chip you can use a custom style:
With this style:
For the chipBackgroundColor you can use a selector like this:
chipBackgroundColor
For the text color you can use something like:
Result for normal/selected state: