diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-08-20 05:03:52 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-08-20 05:03:52 +0000 |
commit | c7fdef7a58d21cfcdd51309564b0dfa7271b6338 (patch) | |
tree | 43f34e34efdf76d49795d388218aa612ad54e15f /app | |
parent | 5dd1e2d7eb305c4dc44d3d2240a4ae16fa75428e (diff) | |
download | infinity-for-reddit-c7fdef7a58d21cfcdd51309564b0dfa7271b6338.tar infinity-for-reddit-c7fdef7a58d21cfcdd51309564b0dfa7271b6338.tar.gz infinity-for-reddit-c7fdef7a58d21cfcdd51309564b0dfa7271b6338.tar.bz2 infinity-for-reddit-c7fdef7a58d21cfcdd51309564b0dfa7271b6338.tar.lz infinity-for-reddit-c7fdef7a58d21cfcdd51309564b0dfa7271b6338.tar.xz infinity-for-reddit-c7fdef7a58d21cfcdd51309564b0dfa7271b6338.tar.zst infinity-for-reddit-c7fdef7a58d21cfcdd51309564b0dfa7271b6338.zip |
Add animateLayoutChanges to item_post_compact_right_thumbnail.
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/item_post_compact_right_thumbnail.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" |