0
I am with a recyclerview with two Edittext everything works very well, the problem is when I double click off Edittext it loses focus and appears the alphanumeric keyboard being that Edittext is only numeric. Actually this will not bring many problems to my application no more would like to know the reason for this behavior. If someone knows the move.
You still haven’t solved?
– Valdeir Psr
I solved otherwise, but not as I wanted, I would like to give requestfocus, but it did not work. what worked for me was to cancel the keyboard when I do notifyDataSetChanged notification()
– Stênio Barroso de Moraes
Actually I didn’t even want him to lose focus.
– Stênio Barroso de Moraes