From 4c6902a399bc63d097f844f4717b82a3dd60464d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 22 Feb 2020 18:22:02 +0800 Subject: Show post or body (if it has) in CommentActivity. --- app/src/main/res/layout/activity_comment.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml index 7ea850f6..decf27dd 100644 --- a/app/src/main/res/layout/activity_comment.xml +++ b/app/src/main/res/layout/activity_comment.xml @@ -31,21 +31,39 @@ + android:orientation="vertical"> + + + + + android:background="@color/dividerColor" />