From eb973138f72b181f79d84bbf16c06f92760118e0 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 11 Aug 2018 17:49:30 +0800 Subject: Fixed a bug which causes the app to crash when there is no comment in a post. Add a no comment placeholder which is displayed when there is no comment in a post. --- .../main/res/layout/activity_view_post_detail.xml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'app/src/main/res/layout/activity_view_post_detail.xml') diff --git a/app/src/main/res/layout/activity_view_post_detail.xml b/app/src/main/res/layout/activity_view_post_detail.xml index 8f6627a7..e696acf3 100644 --- a/app/src/main/res/layout/activity_view_post_detail.xml +++ b/app/src/main/res/layout/activity_view_post_detail.xml @@ -250,6 +250,30 @@ + + + + + + + + -- cgit v1.2.3