Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c0bc8ed authored by shwetachahar's avatar shwetachahar
Browse files

Set the max for pitch seekbar in xml in sync with the max for pitch

seekbar in TextToSpeechSettings.java

Bug: 28257828
Change-Id: I8a114cf31d72eedf1ba03093364074bec7e7cdee
parent 6b421dd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"