From b34fcf1c6d44950c0c714cdfdab65b760744f890 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 30 Aug 2019 16:22:41 +0800 Subject: Lazy mode is available in FilteredThingActivity. Fixed a bug related to lazy mode. Fixed several bugs in ViewModels. Minor bugs fixed. --- .../main/res/layout/activity_filtered_posts.xml | 39 --------------------- .../main/res/layout/activity_filtered_thing.xml | 40 ++++++++++++++++++++++ app/src/main/res/menu/filtered_posts_activity.xml | 10 ++++-- app/src/main/res/values/strings.xml | 2 +- 4 files changed, 49 insertions(+), 42 deletions(-) delete mode 100644 app/src/main/res/layout/activity_filtered_posts.xml create mode 100644 app/src/main/res/layout/activity_filtered_thing.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_filtered_posts.xml b/app/src/main/res/layout/activity_filtered_posts.xml deleted file mode 100644 index b4065444..00000000 --- a/app/src/main/res/layout/activity_filtered_posts.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/activity_filtered_thing.xml b/app/src/main/res/layout/activity_filtered_thing.xml new file mode 100644 index 00000000..9d0cf259 --- /dev/null +++ b/app/src/main/res/layout/activity_filtered_thing.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/menu/filtered_posts_activity.xml b/app/src/main/res/menu/filtered_posts_activity.xml index ca53ec6c..d918f896 100644 --- a/app/src/main/res/menu/filtered_posts_activity.xml +++ b/app/src/main/res/menu/filtered_posts_activity.xml @@ -2,16 +2,22 @@ + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0eb7335c..b4d561b3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -62,7 +62,7 @@ Vote failed Error refreshing the post - Error loading messages + Error loading messages.\nTap to retry. Empty NSFW -- cgit v1.2.3