From c7dc0a8a31c9aa04b00063003f098672047185cf Mon Sep 17 00:00:00 2001 From: antonio Date: Fri, 10 Mar 2023 15:52:19 +0100 Subject: [PATCH] Removed the padding from the filter chips --- app/src/main/res/layout/chip_search_filter_genre.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/chip_search_filter_genre.xml b/app/src/main/res/layout/chip_search_filter_genre.xml index 7c6a65c8..457cfe44 100644 --- a/app/src/main/res/layout/chip_search_filter_genre.xml +++ b/app/src/main/res/layout/chip_search_filter_genre.xml @@ -8,4 +8,5 @@ android:gravity="center" android:paddingLeft="8dp" android:paddingRight="8dp" - app:chipStrokeWidth="1.5dp" /> \ No newline at end of file + app:chipStrokeWidth="1.5dp" + app:ensureMinTouchTargetSize="false" /> \ No newline at end of file