I have an AlertDialog containing a ListView. One Item on the ListView has an EditText.
When cliking the EditText the keyboard won't show :
The code for EditText
(I don't think that's what causing the issue)
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/editableEditText"
android:layout_weight="1"
android:maxLines="1"/>
try to add this code:
should be the way. To me worked
EDIT:
this is another way i found: