From 4de6887423f7ba499873b8e2a6984b1efd701cd2 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 9 Nov 2020 17:01:53 +0800 Subject: Selecting swipe actions is avavilable. --- app/src/main/res/values/arrays.xml | 10 ++++++++++ app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/swipe_action_preferences.xml | 16 ++++++++++++++++ 3 files changed, 28 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index c26ce4f4..767e2fb9 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -285,4 +285,14 @@ 2 + + Upvote + Downvote + + + + 0 + 1 + + \ 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 bf0a7866..19768479 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -504,6 +504,8 @@ UFO Capturing Animation Hide Subreddit Description Disable Image Preview in Data Saving Mode + Swipe Left + Swipe Right Cannot get the link diff --git a/app/src/main/res/xml/swipe_action_preferences.xml b/app/src/main/res/xml/swipe_action_preferences.xml index 60a34c1b..36326765 100644 --- a/app/src/main/res/xml/swipe_action_preferences.xml +++ b/app/src/main/res/xml/swipe_action_preferences.xml @@ -6,6 +6,22 @@ app:key="enable_swipe_action" app:title="@string/settings_enable_swipe_action_title" /> + + + +