From 6426435b4cf9047252280b28b62b8b997b795746 Mon Sep 17 00:00:00 2001 From: shwetachahar Date: Fri, 12 Feb 2016 20:06:51 +0000 Subject: [PATCH] Set the layout of seekbar as the preference_iconless_slider and remove the higher speech rate preference variables. The layout is changed to preference_iconless_slider so that the speech rate slider layout is same as the layout of seekbars in android settings. Bug: 27136737 Change-Id: Ib75b8dec74ef07be87130a3f29249b148f4bcf0b --- res/xml/tts_settings.xml | 3 ++- src/com/android/settings/tts/TextToSpeechSettings.java | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/res/xml/tts_settings.xml b/res/xml/tts_settings.xml index b980f0a23d1..066b0442739 100644 --- a/res/xml/tts_settings.xml +++ b/res/xml/tts_settings.xml @@ -29,7 +29,8 @@ android:title="@string/tts_default_rate_title" android:summary="@string/tts_default_rate_summary" android:defaultValue="50" - android:max="600" /> + android:max="600" + android:layout="@layout/preference_iconless_slider" />