Skip to content Skip to sidebar Skip to footer

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"