Add a button to reset pitch to default value.

Bug: 27949093
Change-Id: Ia7fd2f824b8e87c08f9e2f3defca6e645c5c1bfb
This commit is contained in:
shwetachahar
2016-04-15 15:56:13 +01:00
parent 2cae2f1613
commit aaf9df3b19
2 changed files with 35 additions and 12 deletions

View File

@@ -47,6 +47,11 @@
android:title="@string/tts_reset_speech_rate_title"
android:summary="@string/tts_reset_speech_rate_summary" />
<Preference android:key="reset_speech_pitch"
android:persistent="false"
android:title="@string/tts_reset_speech_pitch_title"
android:summary="@string/tts_reset_speech_pitch_summary" />
<Preference android:key="tts_play_example"
android:persistent="false"
android:title="@string/tts_play_example_title"