From ebc2cac0a6bf61ec4a161aa907cf68f751d03071 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 21 Jan 2019 17:32:21 +0800 Subject: Click user names in comment to view the user's details. Minor visual redesign. --- app/src/main/res/layout/item_post_comment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout/item_post_comment.xml') diff --git a/app/src/main/res/layout/item_post_comment.xml b/app/src/main/res/layout/item_post_comment.xml index e047d214..81748bbd 100644 --- a/app/src/main/res/layout/item_post_comment.xml +++ b/app/src/main/res/layout/item_post_comment.xml @@ -47,7 +47,8 @@ android:layout_marginTop="8dp" android:layout_marginStart="32dp" android:layout_marginEnd="32dp" - android:layout_marginBottom="8dp"/> + android:layout_marginBottom="8dp" + android:textColor="@android:color/black"/>