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

Commit 9d86fbc7 authored by Peter_Liang's avatar Peter_Liang
Browse files

Fix that symbol at top left corner mismatch with remaining options in vision settings.

Replaced it with the visibility icon

Bug: 222242580
Test: manual test
Change-Id: I41682802678456d5fb93fb0e19d034e725e1da17
parent c08c6c5c
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);