From fd0e95dbac415c3bb35a37804c800ead3791dee9 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 21 Jan 2022 22:22:37 +0800 Subject: Show author icon in CommentFullyCollapsedViewHolder. --- app/src/main/res/layout/item_comment.xml | 2 +- app/src/main/res/layout/item_comment_fully_collapsed.xml | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index a97db526..b62106f8 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -14,7 +14,7 @@ android:id="@+id/linear_layout_item_comment" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="12dp" + android:layout_marginTop="8dp" android:orientation="vertical" android:animateLayoutChanges="true"> diff --git a/app/src/main/res/layout/item_comment_fully_collapsed.xml b/app/src/main/res/layout/item_comment_fully_collapsed.xml index 8f547138..5bda1d1f 100644 --- a/app/src/main/res/layout/item_comment_fully_collapsed.xml +++ b/app/src/main/res/layout/item_comment_fully_collapsed.xml @@ -15,16 +15,24 @@ + android:layout_height="wrap_content" + android:layout_marginStart="16dp"> + +