summaryrefslogtreecommitdiff
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.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index ebe0f51f1..80fad626a 100644
--- a/res/xml/sound_settings.xml
+++ b/res/xml/sound_settings.xml
@@ -26,15 +26,21 @@
android:ringtoneType="ringtone" />
<CheckBoxPreference
+ android:key="@string/vibrate_on_preference_key"
+ android:title="@string/vibrate_on_ring_title"
+ android:persistent="false"
+ android:defaultValue="false" />
+
+ <CheckBoxPreference
android:key="@string/play_dtmf_preference_key"
android:title="@string/dtmf_tone_enable_title"
android:persistent="false"
android:defaultValue="true" />
- <CheckBoxPreference
- android:key="@string/vibrate_on_preference_key"
- android:title="@string/vibrate_on_ring_title"
- android:persistent="false"
- android:defaultValue="false" />
+ <ListPreference
+ android:key="@string/dtmf_tone_length_preference_key"
+ android:title="@string/dtmf_tone_length_title"
+ android:entries="@array/dtmf_tone_length_entries"
+ android:entryValues="@array/dtmf_tone_length_entry_values" />
</PreferenceScreen>