setFocusableInTouchMode

open override fun setFocusableInTouchMode(focusableInTouchMode: Boolean)

Set whether this view can receive focus while in touch mode.

Setting this to true will also ensure that this view is focusable.

Parameters

focusableInTouchMode

If true, this view can receive the focus while in touch mode.