From 7c0bc8ed7608d5fb92c60a4c0bc5b2e7ea48efc0 Mon Sep 17 00:00:00 2001 From: shwetachahar Date: Thu, 28 Apr 2016 16:05:55 +0100 Subject: [PATCH] Set the max for pitch seekbar in xml in sync with the max for pitch seekbar in TextToSpeechSettings.java Bug: 28257828 Change-Id: I8a114cf31d72eedf1ba03093364074bec7e7cdee --- res/xml/tts_settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/tts_settings.xml b/res/xml/tts_settings.xml index ab576499f6a..a74431dca0b 100644 --- a/res/xml/tts_settings.xml +++ b/res/xml/tts_settings.xml @@ -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" />