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

Commit ca3a45eb authored by PETER LIANG's avatar PETER LIANG Committed by Android (Google) Code Review
Browse files

Merge "Fix that symbol at top left corner mismatch with remaining options in...

Merge "Fix that symbol at top left corner mismatch with remaining options in vision settings." into tm-dev
parents 27ad4dcf 9d86fbc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class TextReadingPreferenceFragmentForSetupWizard extends TextReadingPref
        final GlifPreferenceLayout layout = (GlifPreferenceLayout) view;
        final String title = getContext().getString(
                R.string.accessibility_text_reading_options_title);
        final Drawable icon = getContext().getDrawable(R.drawable.ic_font_download);
        final Drawable icon = getContext().getDrawable(R.drawable.ic_accessibility_visibility);
        icon.setTintList(Utils.getColorAttr(getContext(), android.R.attr.colorPrimary));
        AccessibilitySetupWizardUtils.updateGlifPreferenceLayout(getContext(), layout, title,
                /* description= */ null, icon);