Modify the default highlight text color on Wear.

Test: manual - took a screenshot.
Bug: 168266515
Change-Id: I494d00d28124a92ec76dddd34b252f53e89b7b40
(cherry picked from commit 1e567ee545ec7a8481727c9cd438013e5ee4ca7f)
This commit is contained in:
Jinyi Shan
2021-01-26 13:01:51 +08:00
committed by Josh Yang
parent fbeb7661a5
commit 8336a97bf7

View File

@@ -17,6 +17,6 @@
<resources>
<!-- DO NOT TRANSLATE Spans within this text are applied to style composing regions
within an EditText widget. The text content is ignored and not used.
Note: This is @color/material_deep_teal_200, cannot use @color references here. -->
<string name="candidates_style" translatable="false"><font color="#80cbc4">candidates</font></string>
Note: This is @color/GM2_blue_300, cannot use @color references here. -->
<string name="candidates_style" translatable="false"><font color="#8AB4F8">candidates</font></string>
</resources>