diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2009-06-18 18:44:52 -0700 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2009-06-18 18:54:02 -0700 |
commit | 74e565d85d13782b2a75647b3fd952a2324ca581 (patch) | |
tree | 83193adb4391d5f6a7dc9a07e5745491a702d548 /res/xml | |
parent | dd14ee3d1698450f26ec31fdd2d1dd9a6ea81fc4 (diff) | |
download | packages_apps_settings-74e565d85d13782b2a75647b3fd952a2324ca581.zip packages_apps_settings-74e565d85d13782b2a75647b3fd952a2324ca581.tar.gz packages_apps_settings-74e565d85d13782b2a75647b3fd952a2324ca581.tar.bz2 |
Update the Text-To-Speech settings screen to allow listening to a TTS
example after checking that the data required by the TTS engine is
properly installed.
Removed use of local constants for the the default TTS values, use
the values defined in TextToSpeech.Engine instead.
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/tts_settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/tts_settings.xml b/res/xml/tts_settings.xml index 991c1f1..5a7aaa2 100644 --- a/res/xml/tts_settings.xml +++ b/res/xml/tts_settings.xml @@ -17,6 +17,12 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/tts_settings_title"> + <Preference + android:key="tts_play_example" + android:persistent="false" + android:title="@string/tts_play_example_title" + android:summary="@string/tts_play_example_summary" /> + <CheckBoxPreference android:key="toggle_use_default_tts_settings" android:title="@string/use_default_tts_settings_title" |