“android:textIsSelectable=”true” not working for TextView in RecyclerView
In the main-parent layout of recyclerview add attribute android:descendantFocusability=”beforeDescendants” and then in TextView of rowitem layout add android:textIsSelectable=”true”