Skip to content
Snippets Groups Projects
Commit ada37cb4 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Make auto correction candidate displayed in bold font

Bug: 4724868
Change-Id: I0a77893f7894c4edb226f97c0acea24142c35949
parent c029e0f4
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@
<item name="android:background">@drawable/candidate_feedback_background</item>
</style>
<style name="CandidateViewStyle" parent="SuggestionsStripBackgroundStyle">
<item name="autoCorrectHighlight">autoCorrectBold</item>
<item name="colorTypedWord">#FFFFFFFF</item>
<item name="colorAutoCorrect">#FFFCAE00</item>
<item name="colorSuggested">#FFFCAE00</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment