Removed the padding from the filter chips

This commit is contained in:
antonio 2023-03-10 15:52:19 +01:00
parent b726245a0d
commit c7dc0a8a31

View file

@ -8,4 +8,5 @@
android:gravity="center"
android:paddingLeft="8dp"
android:paddingRight="8dp"
app:chipStrokeWidth="1.5dp" />
app:chipStrokeWidth="1.5dp"
app:ensureMinTouchTargetSize="false" />