Custom image/color for suggestion selection
Custom image/color for suggestion selection
I would like to be able to use a custom image or color for the selection of suggested words. Currently it is an orange box.
Re: Custom image/color for suggestion selection
You can already do this. If you make a skin, just replace /drawable/candidate_highlight.9.png with whatever you want
Re: Custom image/color for suggestion selection
I have not been able to find a theme with a "candidate_highlight.9.png" file in the /drawable/ folder. What size should this file be? Do I need to reference it in the xml file?
Just to be clear, I am talking about the highlight of the suggested word when it is PRESSED. I know how to change the normal candidate highlight.
Just to be clear, I am talking about the highlight of the suggested word when it is PRESSED. I know how to change the normal candidate highlight.
Re: Custom image/color for suggestion selection
You can see the skin I made here: http://www.dexilog.com/smartkeyboard/fo ... =13&t=1435
Is this what you mean?
Is this what you mean?
Re: Custom image/color for suggestion selection
Exactly! Thank you!
Re: Custom image/color for suggestion selection
No problem! In Skin.xml, don't forget to adjust the following or else the suggestion word might look funny when pressing:creeve4 wrote:Exactly! Thank you!
Code: Select all
<candidates>
<colors>
<!-- Color of the highlighted candidate -->
<highlight>#FFFFFFFF</highlight>
</colors>
</candidates>