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

Commit c2dd8ff3 authored by jasonwshsu's avatar jasonwshsu
Browse files

Update the formal image for magnification

* full_screen and window_screen image

Fix: 146019459
Test: manual test
Change-Id: I53dc9200f3c1460f9a1691fd72e55f1b6fac8c96
parent 42faeb89
Loading
Loading
Loading
Loading
−1.43 KiB (1004 B)
Loading image diff...
−791 B (1.2 KiB)
Loading image diff...
+0 −2
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@ public class AccessibilityEditDialogUtils {
        final View dialogView = view.findViewById(R.id.magnify_full_screen);
        final CharSequence title = context.getText(
                R.string.accessibility_magnification_area_settings_full_screen);
        // TODO(b/146019459): Use vector drawable instead of temporal png file to avoid distorted.
        setupShortcutWidget(dialogView, title, R.drawable.accessibility_magnification_full_screen);
    }

@@ -193,7 +192,6 @@ public class AccessibilityEditDialogUtils {
        final View dialogView = view.findViewById(R.id.magnify_window_screen);
        final CharSequence title = context.getText(
                R.string.accessibility_magnification_area_settings_window_screen);
        // TODO(b/146019459): Use vector drawable instead of temporal png file to avoid distorted.
        setupShortcutWidget(dialogView, title,
                R.drawable.accessibility_magnification_window_screen);
    }