diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2009-06-25 10:03:43 -0700 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2009-06-25 10:03:43 -0700 |
commit | 2acc02e94272f7796a50fe0821e46c6643968646 (patch) | |
tree | 88740832549685031166ae3a5f244a02d76eb12c /res | |
parent | 74b53da2532e3c611f712d80a50445ae5c7863a0 (diff) | |
download | packages_apps_settings-2acc02e94272f7796a50fe0821e46c6643968646.zip packages_apps_settings-2acc02e94272f7796a50fe0821e46c6643968646.tar.gz packages_apps_settings-2acc02e94272f7796a50fe0821e46c6643968646.tar.bz2 |
Remove pitch selection from TTS settings.
Use the settings name for the locale property rather than the UI key.
Add prefs entry to install the voice data.
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/tts_settings.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/res/xml/tts_settings.xml b/res/xml/tts_settings.xml index 4ec2a4d..d94d575 100644 --- a/res/xml/tts_settings.xml +++ b/res/xml/tts_settings.xml @@ -45,14 +45,6 @@ android:persistent="false" android:entries="@array/tts_rate_entries" android:entryValues="@array/tts_rate_values" /> - - <ListPreference - android:key="tts_default_pitch" - android:title="@string/tts_default_pitch_title" - android:summary="@string/tts_default_pitch_summary" - android:persistent="false" - android:entries="@array/tts_pitch_entries" - android:entryValues="@array/tts_pitch_values" /> <ListPreference android:key="tts_default_lang" |