Home up button highlights after hiding EditText in Android -


enter image description here

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:

  1. i hide edittext has focus
  2. the navigation button (android robot) gets focus
  3. 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

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -