From 97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 26 Dec 2020 15:25:40 +0800 Subject: Continue adding post filter. --- .../layout/activity_post_filter_application.xml | 53 +++++++++++ app/src/main/res/layout/dialog_edit_name.xml | 2 +- .../dialog_edit_post_filter_name_of_usage.xml | 38 ++++++++ ...fragment_new_post_filter_usage_bottom_sheet.xml | 106 +++++++++++++++++++++ ...ment_post_filter_usage_options_bottom_sheet.xml | 52 ++++++++++ app/src/main/res/layout/item_post_filter_usage.xml | 14 +++ 6 files changed, 264 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/activity_post_filter_application.xml create mode 100644 app/src/main/res/layout/dialog_edit_post_filter_name_of_usage.xml create mode 100644 app/src/main/res/layout/fragment_new_post_filter_usage_bottom_sheet.xml create mode 100644 app/src/main/res/layout/fragment_post_filter_usage_options_bottom_sheet.xml create mode 100644 app/src/main/res/layout/item_post_filter_usage.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_post_filter_application.xml b/app/src/main/res/layout/activity_post_filter_application.xml new file mode 100644 index 00000000..6708bb4e --- /dev/null +++ b/app/src/main/res/layout/activity_post_filter_application.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_edit_name.xml b/app/src/main/res/layout/dialog_edit_name.xml index bfd0cc8c..747d2d32 100644 --- a/app/src/main/res/layout/dialog_edit_name.xml +++ b/app/src/main/res/layout/dialog_edit_name.xml @@ -1,6 +1,6 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_new_post_filter_usage_bottom_sheet.xml b/app/src/main/res/layout/fragment_new_post_filter_usage_bottom_sheet.xml new file mode 100644 index 00000000..11515ec4 --- /dev/null +++ b/app/src/main/res/layout/fragment_new_post_filter_usage_bottom_sheet.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_post_filter_usage_options_bottom_sheet.xml b/app/src/main/res/layout/fragment_post_filter_usage_options_bottom_sheet.xml new file mode 100644 index 00000000..e4a68585 --- /dev/null +++ b/app/src/main/res/layout/fragment_post_filter_usage_options_bottom_sheet.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_filter_usage.xml b/app/src/main/res/layout/item_post_filter_usage.xml new file mode 100644 index 00000000..62a5e886 --- /dev/null +++ b/app/src/main/res/layout/item_post_filter_usage.xml @@ -0,0 +1,14 @@ + + \ No newline at end of file -- cgit v1.2.3