summaryrefslogtreecommitdiffstats
path: root/res/xml/sound_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/sound_settings.xml')
-rw-r--r--res/xml/sound_settings.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index 08ce0d6..e4d80e6 100644
--- a/res/xml/sound_settings.xml
+++ b/res/xml/sound_settings.xml
@@ -90,11 +90,20 @@
android:defaultValue="true" />
<CheckBoxPreference
+ android:key="lock_sounds"
+ android:title="@string/lock_sounds_enable_title"
+ android:summaryOn="@string/lock_sounds_enable_summary_on"
+ android:summaryOff="@string/lock_sounds_enable_summary_off"
+ android:dependency="silent"
+ android:order="11"
+ android:defaultValue="true" />
+
+ <CheckBoxPreference
android:key="haptic_feedback"
android:title="@string/haptic_feedback_enable_title"
android:summaryOn="@string/haptic_feedback_enable_summary_on"
android:summaryOff="@string/haptic_feedback_enable_summary_off"
- android:order="11"
+ android:order="12"
android:defaultValue="true" />
<ListPreference