[SB][Screen Chips] Update red color for screen chips to be brighter.
Also updates our GM_red_600 token to be GM_red_800 (the actual color is
the red 800 color, the token was misnamed).
Fixes: 357061027
Bug: 332662551
Flag: com.android.systemui.status_bar_screen_sharing_chips
Test: start screen record, cast, or share -> verify chip color in light
and dark mode
Change-Id: I217aea653b7abed2c053099a7d646ab0300710c9
diff --git a/packages/SystemUI/res/layout/chipbar.xml b/packages/SystemUI/res/layout/chipbar.xml
index 8fa975b..e1b8ab4 100644
--- a/packages/SystemUI/res/layout/chipbar.xml
+++ b/packages/SystemUI/res/layout/chipbar.xml
@@ -49,7 +49,7 @@
android:alpha="0.0"
/>
- <!-- LINT.IfChange textColor -->
+ <!-- LINT.IfChange -->
<TextView
android:id="@+id/text"
android:layout_width="0dp"
@@ -78,7 +78,7 @@
android:layout_height="@dimen/chipbar_end_icon_size"
android:layout_marginStart="@dimen/chipbar_end_item_start_margin"
android:src="@drawable/ic_warning"
- android:tint="@color/GM2_red_600"
+ android:tint="@color/GM2_red_800"
android:alpha="0.0"
/>