From 724d3181e22a54de77ccf513dec0c19ddcfb8024 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 22 Jun 2019 11:58:20 +0800 Subject: ReImplemented loading more comments. Load more comments of comments by clicking the load more item (Still has a little issue). Minor bugs fixed. --- .../res/layout/item_is_loading_more_comments.xml | 26 +++++++++++++++++++ .../main/res/layout/item_load_more_comments.xml | 27 ++++++++++++++++++++ .../res/layout/item_load_more_comments_failed.xml | 29 ++++++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 app/src/main/res/layout/item_is_loading_more_comments.xml create mode 100644 app/src/main/res/layout/item_load_more_comments.xml create mode 100644 app/src/main/res/layout/item_load_more_comments_failed.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_is_loading_more_comments.xml b/app/src/main/res/layout/item_is_loading_more_comments.xml new file mode 100644 index 00000000..7dfdf5cb --- /dev/null +++ b/app/src/main/res/layout/item_is_loading_more_comments.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_load_more_comments.xml b/app/src/main/res/layout/item_load_more_comments.xml new file mode 100644 index 00000000..5b92d767 --- /dev/null +++ b/app/src/main/res/layout/item_load_more_comments.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_load_more_comments_failed.xml b/app/src/main/res/layout/item_load_more_comments_failed.xml new file mode 100644 index 00000000..eb1b4e4f --- /dev/null +++ b/app/src/main/res/layout/item_load_more_comments_failed.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3