Merge "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." into nyc-dev am: b17a56e07f
am: 7a5e279957
* commit '7a5e2799577d50978016572ccb03e55d2654be84':
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.
This commit is contained in:
@@ -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" />
|
||||
|
||||
<Preference android:key="reset_speech_rate"
|
||||
android:persistent="false"
|
||||
|
Reference in New Issue
Block a user