Adding support for selecting the default language for Text-To-Speech in Settings.
This commit is contained in:
@@ -41,6 +41,14 @@
|
||||
android:persistent="false"
|
||||
android:entries="@array/tts_pitch_entries"
|
||||
android:entryValues="@array/tts_pitch_values" />
|
||||
|
||||
<ListPreference
|
||||
android:key="tts_default_lang"
|
||||
android:title="@string/tts_default_lang_title"
|
||||
android:summary="@string/tts_default_lang_summary"
|
||||
android:persistent="false"
|
||||
android:entries="@array/tts_lang_entries"
|
||||
android:entryValues="@array/tts_lang_values" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user