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
Post a Comment