Issue With Edittext In Listview Softkeyboard
I have a Listview with row layout contains two textviews and a edittext In my activity i use android:windowSoftInputMode='adjustResize|stateHidden' and in edittext arguments are:
Solution 1:
First write down android:windowSoftInputMode="adjustPan"
in Activity in Manifest file to set listview and Edittext and delete android:inputType="numberSigned"
from Edittext is help to When you click EditText keyboard open with Alphabetic..
Post a Comment for "Issue With Edittext In Listview Softkeyboard"