I have an Edit Text inside a custom ListView
. When I am typing a value in the EditText
, it is not showing what I type. If I tap several times on the EditText
, it appears the typed text sometimes. How should I overcome this issue?
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/edtReason"
android:background="@drawable/edittextstyle"
android:layout_below="@+id/textView20"
android:layout_toLeftOf="@+id/chkSelect"
android:layout_alignLeft="@+id/textView20"
android:layout_alignStart="@+id/textView20" />