Updates Display Size & Text preview background color.
Per guidance from Setup Wizard UX leads. This matches the colors used by other accessibility feature preview backgrounds. Fix: 294443760 Test: Settings > Accessibility > Display size and text Observe white background in light mode, black background in dark mode. Change-Id: I904415f91ce69e21477e761876944661ef69cb99
This commit is contained in:
@@ -137,6 +137,8 @@
|
||||
<color name="SIM_dark_mode_color_pink">#ffff8bcb</color> <!-- Material Pink 300 -->
|
||||
<color name="SIM_dark_mode_color_orange">#fffcad70</color> <!-- Material Orange 300 -->
|
||||
|
||||
<!-- Accessibility colors -->
|
||||
<color name="accessibility_text_reading_background">@android:color/white</color>
|
||||
<!-- Accessibility Settings icon background colors -->
|
||||
<color name="accessibility_feature_background">#5F6368</color> <!-- Google grey 700 -->
|
||||
<color name="accessibility_magnification_background">#F50D60</color>
|
||||
|
Reference in New Issue
Block a user