Excellent answers from Luc and Mark however a good code sample is missing. Adding the tag android:focusableInTouchMode="true"
and android:focusable="true"
to parent layout (e.g. LinearLayout
or ConstraintLayout
) like the following example will fix the problem.