Merge "Set the max for pitch seekbar in xml in sync with the max for pitch seekbar in TextToSpeechSettings.java" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
19c01f0351
@@ -39,7 +39,7 @@
|
|||||||
android:title="@string/tts_default_pitch_title"
|
android:title="@string/tts_default_pitch_title"
|
||||||
android:summary="@string/tts_default_pitch_summary"
|
android:summary="@string/tts_default_pitch_summary"
|
||||||
android:defaultValue="100"
|
android:defaultValue="100"
|
||||||
android:max="500"
|
android:max="400"
|
||||||
android:layout="@layout/preference_iconless_slider" />
|
android:layout="@layout/preference_iconless_slider" />
|
||||||
|
|
||||||
<Preference android:key="reset_speech_rate"
|
<Preference android:key="reset_speech_rate"
|
||||||
|
Reference in New Issue
Block a user