Update Toast UI component according to UX reference spec

The color, size, background radius, font, and padding have all been
changed to reflect the UX specs.

Bug: 203815193
Test: Manual
Change-Id: I3afc94c0829f3876a87dfc0a1dc64370c18568d2
This commit is contained in:
Mac Young
2022-02-15 20:05:25 +00:00
parent 24a0857de3
commit d9296d27ff

View File

@@ -133,8 +133,8 @@
<!-- The color of the seekbar track background in SeekbarListItem. This color is assumed to be
on a light-colored background. -->
<color name="car_seekbar_track_background">@color/car_seekbar_track_background_dark</color>
<!-- background is car_grey_868 with .9 alpha -->
<color name="car_toast_background">#E6282a2d</color>
<!-- background is car_grey_868 with -->
<color name="car_toast_background">@color/car_grey_868</color>
<!-- Misc colors -->
<color name="car_highlight_light">#ff66b5ff</color>