Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50a6b46f authored by PETER LIANG's avatar PETER LIANG Committed by Automerger Merge Worker
Browse files

Merge "Fix that the color of each option and subtext of Display size and text...

Merge "Fix that the color of each option and subtext of Display size and text has the color difference." into tm-dev am: 62be1f27

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17822268



Change-Id: I2e7d352611f8ee628ec532fdda5e82431a2dca0d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6cda44f8 62be1f27
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

    <com.android.settings.widget.LabeledSeekBarPreference
        android:key="font_size"
        android:selectable="false"
        android:selectable="true"
        android:summary="@string/short_summary_font_size"
        android:title="@string/title_font_size"
        settings:iconEnd="@drawable/ic_add_24dp"
@@ -38,7 +38,7 @@

    <com.android.settings.widget.LabeledSeekBarPreference
        android:key="display_size"
        android:selectable="false"
        android:selectable="true"
        android:summary="@string/screen_zoom_short_summary"
        android:title="@string/screen_zoom_title"
        settings:iconEnd="@drawable/ic_add_24dp"