From d0faebbab94fff13a657311b286419619200663e Mon Sep 17 00:00:00 2001 From: Hermes Junior Date: Sun, 29 Mar 2020 05:20:52 +0200 Subject: Add hidden comment toolbar feature. --- app/src/main/res/layout/item_comment.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index dfefe3d1..535e6fd6 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -21,7 +21,8 @@ android:layout_height="wrap_content" android:layout_marginTop="12dp" android:layout_marginBottom="12dp" - android:orientation="vertical"> + android:orientation="vertical" + android:animateLayoutChanges="true"> + + + app:constraint_referenced_ids="top_score_text_view_item_post_comment" /> -- cgit v1.2.3