From c00aaf04b9c93201a6555f9756de33862a70485e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 20 Feb 2019 22:13:26 +0800 Subject: Temporarily use the old way to load comments instead of Paging library. Load more parent-level comments once. Loading comments of comments is now working. --- app/src/main/res/layout/item_comment.xml | 129 +++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 app/src/main/res/layout/item_comment.xml (limited to 'app/src/main/res/layout/item_comment.xml') diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml new file mode 100644 index 00000000..81748bbd --- /dev/null +++ b/app/src/main/res/layout/item_comment.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3