Filtering fixed, but it still doesn't quite work as I wanted it to. e.g. selecting 'pork' and 'vegan' shows no elements, because of course nothing is both vegan and contains pork, but I wanted it to show options that are either or. Should leave it the way it is?

This commit is contained in:
denizk0461
2023-04-20 10:17:04 +02:00
parent b9378901f4
commit 576592f0d0
2 changed files with 13 additions and 4 deletions
+1 -3
View File
@@ -61,9 +61,7 @@
android:id="@+id/chip_pref_fish"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/pref_fish"
app:chipIcon="@drawable/cross"
app:checkedIcon="@drawable/flatware"/>
android:text="@string/pref_fish"/>
<com.google.android.material.chip.Chip
style="@style/Widget.Material3.Chip.Filter"