Skip to content

Commit c630eb6

Browse files
Gilles DebunneAndroid (Google) Code Review
authored andcommitted
Merge "Bug 5290461: change voice IME underline span color"
2 parents 45ae3e5 + 1a6be3e commit c630eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/res/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ please see styles_device_defaults.xml.
250250
</style>
251251

252252
<style name="TextAppearance.EasyCorrectSuggestion" parent="TextAppearance.Suggestion">
253-
<item name="android:textUnderlineColor">@color/holo_blue_dark</item>
253+
<item name="android:textUnderlineColor">#ff888888</item>
254254
</style>
255255

256256
<style name="TextAppearance.MisspelledSuggestion" parent="TextAppearance.Suggestion">

0 commit comments

Comments
 (0)