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

Commit 327cb0ec authored by Josh Yang's avatar Josh Yang Committed by Android (Google) Code Review
Browse files

Merge "Modify the default highlight text color on Wear."

parents 27823ea2 8336a97b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -17,6 +17,6 @@
<resources>
<resources>
    <!-- DO NOT TRANSLATE Spans within this text are applied to style composing regions
    <!-- 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.
    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. -->
    Note: This is @color/GM2_blue_300, cannot use @color references here. -->
    <string name="candidates_style" translatable="false"><font color="#80cbc4">candidates</font></string>
    <string name="candidates_style" translatable="false"><font color="#8AB4F8">candidates</font></string>
 </resources>
 </resources>