diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-26 02:10:51 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-26 02:10:51 +0000 |
commit | b47422fd758896c7e3371bcf59ec6fe9a262e980 (patch) | |
tree | 2793408ea1d452d336bf78436c86221716b706b9 /app/src/main/res | |
parent | 428734bddeb7eea9b63d6d8e965d27beb9e7bc93 (diff) | |
download | infinity-for-reddit-b47422fd758896c7e3371bcf59ec6fe9a262e980.tar infinity-for-reddit-b47422fd758896c7e3371bcf59ec6fe9a262e980.tar.gz infinity-for-reddit-b47422fd758896c7e3371bcf59ec6fe9a262e980.tar.bz2 infinity-for-reddit-b47422fd758896c7e3371bcf59ec6fe9a262e980.tar.lz infinity-for-reddit-b47422fd758896c7e3371bcf59ec6fe9a262e980.tar.xz infinity-for-reddit-b47422fd758896c7e3371bcf59ec6fe9a262e980.tar.zst infinity-for-reddit-b47422fd758896c7e3371bcf59ec6fe9a262e980.zip |
Animate layout changes in item_post_compact.xml.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_post_compact.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml index 54f1f34d..36dcfc60 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.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" |