Android Chip Custom Height Or Padding – Chipgroup spacing

In the 1.1.0-alpha* versions extra spacing is added for the chip. After a lot of hit and trial I managed to remove that spacing using:

app:chipMinTouchTargetSize="0dp"

Looking at the class file for Chip, it seems that it’s related to Android’s minimum touch target size, so consider that before changing this.

Leave a Comment

tech