From 2ac4a7f8059fdef8bd151e72f294d453d9c163c2 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:12:47 -0400 Subject: Continue adding comment filter. --- .../activity_comment_filter_usage_listing.xml | 49 ++++++++++++++++++-- .../dialog_edit_post_filter_name_of_usage.xml | 38 ---------------- ...g_edit_post_or_comment_filter_name_of_usage.xml | 39 ++++++++++++++++ ...t_comment_filter_usage_options_bottom_sheet.xml | 52 ++++++++++++++++++++++ ...gment_new_comment_filter_usage_bottom_sheet.xml | 52 ++++++++++++++++++++++ 5 files changed, 189 insertions(+), 41 deletions(-) delete mode 100644 app/src/main/res/layout/dialog_edit_post_filter_name_of_usage.xml create mode 100644 app/src/main/res/layout/dialog_edit_post_or_comment_filter_name_of_usage.xml create mode 100644 app/src/main/res/layout/fragment_comment_filter_usage_options_bottom_sheet.xml create mode 100644 app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_comment_filter_usage_listing.xml b/app/src/main/res/layout/activity_comment_filter_usage_listing.xml index 6b268520..75cfc4e3 100644 --- a/app/src/main/res/layout/activity_comment_filter_usage_listing.xml +++ b/app/src/main/res/layout/activity_comment_filter_usage_listing.xml @@ -1,9 +1,52 @@ - + tools:context=".activities.PostFilterUsageListingActivity"> - \ No newline at end of file + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_edit_post_filter_name_of_usage.xml b/app/src/main/res/layout/dialog_edit_post_filter_name_of_usage.xml deleted file mode 100644 index 48ee48f1..00000000 --- a/app/src/main/res/layout/dialog_edit_post_filter_name_of_usage.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_edit_post_or_comment_filter_name_of_usage.xml b/app/src/main/res/layout/dialog_edit_post_or_comment_filter_name_of_usage.xml new file mode 100644 index 00000000..df776bae --- /dev/null +++ b/app/src/main/res/layout/dialog_edit_post_or_comment_filter_name_of_usage.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_comment_filter_usage_options_bottom_sheet.xml b/app/src/main/res/layout/fragment_comment_filter_usage_options_bottom_sheet.xml new file mode 100644 index 00000000..cc9e4926 --- /dev/null +++ b/app/src/main/res/layout/fragment_comment_filter_usage_options_bottom_sheet.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml b/app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml new file mode 100644 index 00000000..2cd5e545 --- /dev/null +++ b/app/src/main/res/layout/fragment_new_comment_filter_usage_bottom_sheet.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3