From bc170fd680e6215225768cc35fe5b148046e6664 Mon Sep 17 00:00:00 2001 From: shwetachahar Date: Fri, 12 Feb 2016 17:17:33 +0000 Subject: [PATCH] Add a reset speech rate button to Text-to-Speech settings UI which resets the speech rate to 1x. Bug Id: 27166001 Change-Id: Ie5b923e51de645e23ef0ba5d756c271070f11984 --- res/values/strings.xml | 5 +++ res/xml/tts_settings.xml | 5 +++ .../settings/tts/TextToSpeechSettings.java | 42 ++++++++++++------- 3 files changed, 38 insertions(+), 14 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 0e7ca629610..0f931196089 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4443,6 +4443,11 @@ behalf. It comes from the %s application. Enable the use of this service? + + Reset speech rate + + Reset the speed at which the text is spoken to normal. + Power control Updating Wi\u2011Fi setting diff --git a/res/xml/tts_settings.xml b/res/xml/tts_settings.xml index 071406b4d59..b980f0a23d1 100644 --- a/res/xml/tts_settings.xml +++ b/res/xml/tts_settings.xml @@ -31,6 +31,11 @@ android:defaultValue="50" android:max="600" /> + +