Home up button highlights after hiding EditText in Android -

the problem when click button when introducing text in edittext, home button gets selected in darker color.
i've disabled home button , continues happening. can do?
well, i've made improvements forcing focus on element on layout. navigation button keeps getting focus after edittext. action happens this:
- i hide edittext has focus
- the navigation button (android robot) gets focus
- my layout element gets focus
how can solve that?
finally solved!
it problem of keyboard of emulator =s
i had option input laptop keyboard, i've disabled , works
thanks g00dy =)
Comments
Post a Comment