aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/swipe_action_preferences.xml16
1 files changed, 16 insertions, 0 deletions
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" />
+ <ListPreference
+ app:defaultValue="0"
+ app:entries="@array/settings_swipe_actions"
+ app:entryValues="@array/settings_swipe_actions_values"
+ app:key="swipe_left_action"
+ app:title="@string/settings_swipe_action_swipe_left_title"
+ app:useSimpleSummaryProvider="true" />
+
+ <ListPreference
+ app:defaultValue="1"
+ app:entries="@array/settings_swipe_actions"
+ app:entryValues="@array/settings_swipe_actions_values"
+ app:key="swipe_right_action"
+ app:title="@string/settings_swipe_action_swipe_right_title"
+ app:useSimpleSummaryProvider="true" />
+
<SwitchPreference
app:defaultValue="true"
app:key="vibrate_when_action_triggered"