From c7fdef7a58d21cfcdd51309564b0dfa7271b6338 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 20 Aug 2021 13:03:52 +0800 Subject: Add animateLayoutChanges to item_post_compact_right_thumbnail. --- app/src/main/res/layout/item_post_compact_right_thumbnail.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml index d66545d4..6b1b7abf 100644 --- a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml +++ b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml @@ -3,7 +3,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:orientation="vertical"> + android:orientation="vertical" + android:animateLayoutChanges="true">