If a entry view has set the IsPassword property true and the user leaves the entry with a touch on the bottom right hook symbol on the keyboard the background becomes a litte darker.
Backgroundcolor should not change
Backgroundcolor becomes darker
That's an interesting thing to happen :-/
Maybe it's to make the password harder to see :)
I was looking at this last night and the problematic line is calling EditText.ClearFocus() in the TextView.IOnEditorActionListener.OnEditorAction(TextView v, ImeAction actionId, KeyEvent e). That seems like the right method to call though.
Most helpful comment
Maybe it's to make the password harder to see :)