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