Update the formal image for magnification
* full_screen and window_screen image Fix: 146019459 Test: manual test Change-Id: I53dc9200f3c1460f9a1691fd72e55f1b6fac8c96
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1004 B |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -185,7 +185,6 @@ public class AccessibilityEditDialogUtils {
|
|||||||
final View dialogView = view.findViewById(R.id.magnify_full_screen);
|
final View dialogView = view.findViewById(R.id.magnify_full_screen);
|
||||||
final CharSequence title = context.getText(
|
final CharSequence title = context.getText(
|
||||||
R.string.accessibility_magnification_area_settings_full_screen);
|
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);
|
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 View dialogView = view.findViewById(R.id.magnify_window_screen);
|
||||||
final CharSequence title = context.getText(
|
final CharSequence title = context.getText(
|
||||||
R.string.accessibility_magnification_area_settings_window_screen);
|
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,
|
setupShortcutWidget(dialogView, title,
|
||||||
R.drawable.accessibility_magnification_window_screen);
|
R.drawable.accessibility_magnification_window_screen);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user