From f07f01ce63eb24d86be6969f1d56548a8dd93c8c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 30 Jul 2019 00:30:45 +0800 Subject: Display both the subreddit and the user name in ViewPostDetailActivity. --- app/src/main/res/layout/item_post_detail.xml | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml index fade8588..7d85466f 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -14,8 +14,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> - + android:layout_centerVertical="true" /> + android:layout_alignParentTop="true" + android:layout_toEndOf="@id/icon_gif_image_view_item_post_detail" + android:textColor="@color/colorAccent" /> - + + + -- cgit v1.2.3