Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8336a97b authored by Jinyi Shan's avatar Jinyi Shan Committed by Josh Yang
Browse files

Modify the default highlight text color on Wear.

Test: manual - took a screenshot.
Bug: 168266515
Change-Id: I494d00d28124a92ec76dddd34b252f53e89b7b40
(cherry picked from commit 1e567ee545ec7a8481727c9cd438013e5ee4ca7f)
parent fbeb7661
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>