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:
parent
b878211891
commit
e560868749
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue