Merge "Set the max for pitch seekbar in xml in sync with the max for pitch seekbar in TextToSpeechSettings.java" into nyc-dev am: 19c01f0351 am: bf4e0306bc

am: 6105121d8c

* commit '6105121d8c9656ac33777eba9f6273c360714618':
  Set the max for pitch seekbar in xml in sync with the max for pitch seekbar in TextToSpeechSettings.java

Change-Id: I8f9988a3c80846222ea80bc7bb5a4997c2babe99
This commit is contained in:
shwetachahar
2016-04-29 13:39:09 +00:00
committed by android-build-merger

View File

@@ -39,7 +39,7 @@
android:title="@string/tts_default_pitch_title"
android:summary="@string/tts_default_pitch_summary"
android:defaultValue="100"
android:max="500"
android:max="400"
android:layout="@layout/preference_iconless_slider" />
<Preference android:key="reset_speech_rate"