From 70c2d571ce113d912bfc04cd86af36f602528740 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Sun, 15 Oct 2023 00:09:31 -0400 Subject: Continue implementing showing post filter usages in PostFilterPreferenceActivity. --- app/src/main/res/layout/item_post_filter.xml | 35 -------------------- .../res/layout/item_post_filter_usage_embedded.xml | 8 +++++ .../res/layout/item_post_filter_with_usage.xml | 38 ++++++++++++++++++++++ app/src/main/res/values/strings.xml | 3 ++ 4 files changed, 49 insertions(+), 35 deletions(-) delete mode 100644 app/src/main/res/layout/item_post_filter.xml create mode 100644 app/src/main/res/layout/item_post_filter_usage_embedded.xml create mode 100644 app/src/main/res/layout/item_post_filter_with_usage.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_post_filter.xml b/app/src/main/res/layout/item_post_filter.xml deleted file mode 100644 index 8487e105..00000000 --- a/app/src/main/res/layout/item_post_filter.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_filter_usage_embedded.xml b/app/src/main/res/layout/item_post_filter_usage_embedded.xml new file mode 100644 index 00000000..bfec3dbb --- /dev/null +++ b/app/src/main/res/layout/item_post_filter_usage_embedded.xml @@ -0,0 +1,8 @@ + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_filter_with_usage.xml b/app/src/main/res/layout/item_post_filter_with_usage.xml new file mode 100644 index 00000000..8a083caa --- /dev/null +++ b/app/src/main/res/layout/item_post_filter_with_usage.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + \ 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 c6e755e8..44534471 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1372,4 +1372,7 @@ Otherwise, Infinity may not load posts at all. Sorry for the inconvenience. I understand + Click here to apply it to some post feeds + and %1$d more + -- cgit v1.2.3