feat: Animate filter keywords when added or removed (#817)

This makes it a little easier to see what's been changed.
This commit is contained in:
Nik Clayton 2024-07-14 23:43:20 +02:00 committed by GitHub
parent b878211891
commit e560868749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@
<com.google.android.material.chip.ChipGroup
android:id="@+id/keywordChips"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:animateLayoutChanges="true">
<com.google.android.material.chip.Chip
android:id="@+id/actionChip"