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: 5d8a18ce2a
* commit '5d8a18ce2addbb2304e9db6787b2e5d412aac8ee':
Set the max for pitch seekbar in xml in sync with the max for pitch seekbar in TextToSpeechSettings.java
Change-Id: I46d54f787d0265a4329ddcbb76fcf9955f3921db
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user