언어 설정

Menu
Sites
Language
How to hide blue border of focuced EditField?
Hello, I'm porting my bada application to the Tizen and faced with follow problem. When EditField is focused, it has blue border around it. I didn't see such behaviour on bada. I use INPUT_STYLE_OVERLAY and draw my own border around. How can I remove it?
답변 바로가기

Responses

2 댓글
Mark as answer
Alex Dem

Hi,
afaik there is no good way for standard Text controls (via api).
But If you configure your EditField via native UI Builder you could set Highlited Color Opacity=0  and set background image (but it looks like a trick ).
But maybe you could create your own custom  Edit element via UICustomizer: please try to create Edit and set color property BG_HIGHLIGHTED.
Alexey.

Leonid Lukomskiy
It is working! Thank you!!!!