Remove android:descendantFocusability="blocksDescendants"
in the recyclerview or listview to prevent the blocking of selection
Also, change the textview layout width from match_parent
to wrap_content
to prevent the selectable text feature to be disabled when reusing the text cell.