diff options
Diffstat (limited to 'app/src/main/res/xml/swipe_action_preferences.xml')
-rw-r--r-- | app/src/main/res/xml/swipe_action_preferences.xml | 9 |
1 files changed, 9 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 new file mode 100644 index 00000000..daba347b --- /dev/null +++ b/app/src/main/res/xml/swipe_action_preferences.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"> + + <SwitchPreference + app:defaultValue="true" + app:key="vibrate_when_action_triggered" + app:title="@string/settings_vibrate_when_action_triggered_title" /> + +</PreferenceScreen>
\ No newline at end of file |