From 58efcce3a09f23b01dbd199fc422f44a0ba79dbc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 16 Apr 2020 22:22:29 +0800 Subject: Show author flair for posts. --- app/src/main/res/layout/item_post_detail.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml index f68ffb3c..dd8b842f 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -45,12 +45,29 @@ android:textSize="?attr/font_default" android:maxLines="2" android:ellipsize="end" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toTopOf="@+id/author_flair_text_view_item_post_detail" app:layout_constraintStart_toEndOf="@+id/icon_gif_image_view_item_post_detail" app:layout_constraintEnd_toStartOf="@id/guideline" app:layout_constraintTop_toBottomOf="@+id/subreddit_text_view_item_post_detail" app:layout_constraintHorizontal_bias="0" /> + +