From 478b85e67b1798ab6b0bdc4392785c40fe1c1307 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 15 Aug 2019 13:35:25 +0800 Subject: Display single comment thread when clicking a comment from ViewUserDetailActivity instead of showing all the comments. --- app/src/main/res/layout/item_view_all_comments.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/src/main/res/layout/item_view_all_comments.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_view_all_comments.xml b/app/src/main/res/layout/item_view_all_comments.xml new file mode 100644 index 00000000..8ded08c1 --- /dev/null +++ b/app/src/main/res/layout/item_view_all_comments.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3