Add a color to CarLatinIME
CarLatinIME was depending on an internal color from
androidx.car library. That internal color was removed. This CL
adds this color directly to this app res/.
Test: None
Change-Id: Ib6b17585c38c54e79345a9877378c5fd6468cd05
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 48309f2..758e5eb 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -11,4 +11,6 @@
<color name="transparent_black">#00000000</color>
<color name="ime_hwr_background">#e6172026</color>
<color name="ime_hwr_stroke">#ff1de9b6</color>
+ <color name="car_teal_200">#ff80cbc4</color>
+ <color name="car_teal_700">#ff00796b</color>
</resources>