From eae6c24868be52b48b5e593f51e0488bf9263ef6 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 29 Oct 2019 22:44:22 +0800 Subject: [PATCH] Minor UI issue fixed. --- app/src/main/res/layout/item_comment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index 377b5337..ae22e5e5 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -31,7 +31,7 @@ android:layout_height="?attr/font_default" android:layout_marginEnd="4dp" android:visibility="gone" - app:layout_constraintBottom_toBottomOf="@id/author_flair_text_view_item_post_comment" + app:layout_constraintBottom_toTopOf="@id/author_flair_text_view_item_post_comment" app:layout_constraintEnd_toStartOf="@id/author_text_view_item_post_comment" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />