From b2cf64db9dc0fca20be122e341573602ac3d5c32 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:28:09 -0400 Subject: Continue adding comment filter. --- .../layout/activity_comment_filter_preference.xml | 52 ++++++++++++++++ .../activity_comment_filter_usage_listing.xml | 9 +++ .../layout/activity_customize_comment_filter.xml | 9 +++ ...ragment_comment_filter_options_bottom_sheet.xml | 70 ++++++++++++++++++++++ .../fragment_post_filter_options_bottom_sheet.xml | 2 +- .../layout/item_comment_filter_usage_embedded.xml | 9 +++ .../res/layout/item_comment_filter_with_usage.xml | 28 +++++++++ 7 files changed, 178 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/activity_comment_filter_preference.xml create mode 100644 app/src/main/res/layout/activity_comment_filter_usage_listing.xml create mode 100644 app/src/main/res/layout/activity_customize_comment_filter.xml create mode 100644 app/src/main/res/layout/fragment_comment_filter_options_bottom_sheet.xml create mode 100644 app/src/main/res/layout/item_comment_filter_usage_embedded.xml create mode 100644 app/src/main/res/layout/item_comment_filter_with_usage.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_comment_filter_preference.xml b/app/src/main/res/layout/activity_comment_filter_preference.xml new file mode 100644 index 00000000..6f2b6051 --- /dev/null +++ b/app/src/main/res/layout/activity_comment_filter_preference.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file 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 new file mode 100644 index 00000000..6b268520 --- /dev/null +++ b/app/src/main/res/layout/activity_comment_filter_usage_listing.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_customize_comment_filter.xml b/app/src/main/res/layout/activity_customize_comment_filter.xml new file mode 100644 index 00000000..fc6cbfd9 --- /dev/null +++ b/app/src/main/res/layout/activity_customize_comment_filter.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_comment_filter_options_bottom_sheet.xml b/app/src/main/res/layout/fragment_comment_filter_options_bottom_sheet.xml new file mode 100644 index 00000000..011f7d51 --- /dev/null +++ b/app/src/main/res/layout/fragment_comment_filter_options_bottom_sheet.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_post_filter_options_bottom_sheet.xml b/app/src/main/res/layout/fragment_post_filter_options_bottom_sheet.xml index a9c9310e..2fa19826 100644 --- a/app/src/main/res/layout/fragment_post_filter_options_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_post_filter_options_bottom_sheet.xml @@ -33,7 +33,7 @@ android:id="@+id/apply_to_text_view_post_filter_options_bottom_sheet_fragment" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="@string/apply_post_filter_to" + android:text="@string/apply_to" android:textColor="?attr/primaryTextColor" android:textSize="?attr/font_default" android:fontFamily="?attr/font_family" diff --git a/app/src/main/res/layout/item_comment_filter_usage_embedded.xml b/app/src/main/res/layout/item_comment_filter_usage_embedded.xml new file mode 100644 index 00000000..e156e968 --- /dev/null +++ b/app/src/main/res/layout/item_comment_filter_usage_embedded.xml @@ -0,0 +1,9 @@ + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_comment_filter_with_usage.xml b/app/src/main/res/layout/item_comment_filter_with_usage.xml new file mode 100644 index 00000000..191db7bd --- /dev/null +++ b/app/src/main/res/layout/item_comment_filter_with_usage.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3