Android: keyboard numeric changes automatically to keyboard text alone -


i have simple item renderer standard listview. in item renderer have 2 edittext configure that:

<edittext    android:layout_width="40dp"    android:layout_height="wrap_content"    android:inputtype="number"    android:selectallonfocus="true"    android:text="8"/> 

when click first on 1 of these edittext, numeric keyboard appears 1 second, changes automatically standard text keyboard... don't know why! if click new time on 1 of these, numeric keyboard appears , it's ok (no change). actually, problem appears if there no open keyboard.

have got idea? thank much!

how check if java code have setinputtype() on edit first?

if still have no clues, try method profile app or keyboard , check who's calling setinputtype() kind-a method can helpful.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -