From 54e0b2f3327e8858a3f4640eeda5f3d8ec223890 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 5 Jan 2021 16:00:45 +0800 Subject: Directly adding subreddit to multireddit is available. --- .../res/layout/activity_multireddit_selection.xml | 41 ++++++++++++++++++++++ .../res/menu/view_subreddit_detail_activity.xml | 8 ++++- app/src/main/res/values/strings.xml | 6 ++++ 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/layout/activity_multireddit_selection.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_multireddit_selection.xml b/app/src/main/res/layout/activity_multireddit_selection.xml new file mode 100644 index 00000000..4c114742 --- /dev/null +++ b/app/src/main/res/layout/activity_multireddit_selection.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/menu/view_subreddit_detail_activity.xml b/app/src/main/res/menu/view_subreddit_detail_activity.xml index f9a8cffc..1144d8e7 100644 --- a/app/src/main/res/menu/view_subreddit_detail_activity.xml +++ b/app/src/main/res/menu/view_subreddit_detail_activity.xml @@ -41,8 +41,14 @@ app:showAsAction="never" /> + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9658a65a..d845d04c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -37,6 +37,8 @@ Customize Post Filter Filtered Posts Post Filter + Users + Select a Multireddit Open navigation drawer Close navigation drawer @@ -76,6 +78,7 @@ Give Award Save to Database Read All Messages + Add to Multireddit Error occurred when parsing the JSON response Error Retrieving the token @@ -998,4 +1001,7 @@ Read all messages successfully Unable to read all messages + %1$s is added to multireddit %2$s + Unable to add %1$s to multireddit %2$s + -- cgit v1.2.3