Merge "Replace SeekBar with LabeledSeekBar for Accessibility-related settings in order to adjust the nonsense read-out by talkback."

This commit is contained in:
Noah Wang
2016-02-02 20:36:47 +00:00
committed by Android (Google) Code Review
4 changed files with 193 additions and 3 deletions

View File

@@ -70,7 +70,7 @@
android:focusable="true"
android:contentDescription="@string/font_size_make_smaller_desc" />
<SeekBar
<com.android.settings.widget.LabeledSeekBar
android:id="@+id/seek_bar"
android:layout_width="0dp"
android:layout_height="48dp"

View File

@@ -69,7 +69,7 @@
android:focusable="true"
android:contentDescription="@string/screen_zoom_make_smaller_desc" />
<SeekBar
<com.android.settings.widget.LabeledSeekBar
android:id="@+id/seek_bar"
android:layout_width="0dp"
android:layout_height="48dp"