I have an EditText with input_type "number". It lives inside a layout which is an item inside a ListView.
The problem is the following: when I touch the EditText, I quickly get the soft numerical keyboard, but in less than a second it automatically changes to regular soft keyboard showing all letters. Obviously, I want the numerical keyboard.
To add more weirdness to the problem, if I change the layout_height of the ListView from match_parent to wrap_content, the problem doesn't occur. But unfortunately I need to keep the ListView with height match_parent.
Anyone has any ideas? Thanks!