summaryrefslogtreecommitdiffstats
path: root/res/xml/tts_settings.xml
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2013-08-02 17:06:41 +0100
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2013-08-05 10:55:07 +0100
commit4c85c1d6f4e97f33e03a8f28f882d7a4110b8f88 (patch)
tree64123ce16d0ff128b64a68581868760b3c9f6809 /res/xml/tts_settings.xml
parent2500f7a3f5d7a313b8e47129bf8cc7cba3113cb7 (diff)
downloadpackages_apps_Settings-4c85c1d6f4e97f33e03a8f28f882d7a4110b8f88.zip
packages_apps_Settings-4c85c1d6f4e97f33e03a8f28f882d7a4110b8f88.tar.gz
packages_apps_Settings-4c85c1d6f4e97f33e03a8f28f882d7a4110b8f88.tar.bz2
Disable TTS "Listen to the example" if not supported
If current TTS locale (most of the cases same as device locale) is not supported by the TTS engine, field for setting synthesis speed and "Listen to the example" will be disabled. Added new field, "Default language status" to indicate level of support for currently selected language. It can take one of three messages: %s is fully supported %s requires network connection %s is not supported Where %s is locale display name. Added example string that will provide a fallback for example text if not provided by Settings or TTS engine. Change-Id: Ia2a920a71197a85d3812fc8df9dfed4ebe6b515f Bug: 9982002
Diffstat (limited to 'res/xml/tts_settings.xml')
-rw-r--r--res/xml/tts_settings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/tts_settings.xml b/res/xml/tts_settings.xml
index 2b145d1..ab132df 100644
--- a/res/xml/tts_settings.xml
+++ b/res/xml/tts_settings.xml
@@ -37,4 +37,9 @@
android:persistent="false"
android:title="@string/tts_play_example_title"
android:summary="@string/tts_play_example_summary" />
+
+ <Preference android:key="tts_status"
+ style="?android:attr/preferenceInformationStyle"
+ android:persistent="false"
+ android:title="@string/tts_status_title"/>
</PreferenceScreen>