android - How to remove focus from single editText -


possible duplicate:
stop edittext gaining focus @ activity startup?

in application have single edittext textviews, button , spinner. edittext receives focus since focusable view in activity, believe. edittext shows orange border , cursor on field.
remove focus field (i don't want cursor , border show). there way this?
have been able focus on button doing button.sefocusableintouchmode() , button.requestfocus(). highlights button , not want.

check question , selected answer: stop edittext gaining focus @ activity startup it's ugly works, , far know there's no better solution.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -