aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/swipe_action_preferences.xml
blob: daba347be6a214054694f06fe96c6c1e723af5b9 (plain) (blame)
1
2
3
4
5
6
7
8
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>