Fix that the color of each option and subtext of Display size and text has the color difference.
Change the android:selectable from false to true to avoid the title and summary impacted by color style. Fix: 229560847 Test: manual test Change-Id: Iec2ba560538a4f69f79198015bf6a24fb9a7caca
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<com.android.settings.widget.LabeledSeekBarPreference
|
<com.android.settings.widget.LabeledSeekBarPreference
|
||||||
android:key="font_size"
|
android:key="font_size"
|
||||||
android:selectable="false"
|
android:selectable="true"
|
||||||
android:summary="@string/short_summary_font_size"
|
android:summary="@string/short_summary_font_size"
|
||||||
android:title="@string/title_font_size"
|
android:title="@string/title_font_size"
|
||||||
settings:iconEnd="@drawable/ic_add_24dp"
|
settings:iconEnd="@drawable/ic_add_24dp"
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
<com.android.settings.widget.LabeledSeekBarPreference
|
<com.android.settings.widget.LabeledSeekBarPreference
|
||||||
android:key="display_size"
|
android:key="display_size"
|
||||||
android:selectable="false"
|
android:selectable="true"
|
||||||
android:summary="@string/screen_zoom_short_summary"
|
android:summary="@string/screen_zoom_short_summary"
|
||||||
android:title="@string/screen_zoom_title"
|
android:title="@string/screen_zoom_title"
|
||||||
settings:iconEnd="@drawable/ic_add_24dp"
|
settings:iconEnd="@drawable/ic_add_24dp"
|
||||||
|
Reference in New Issue
Block a user