I\'m using the RecyclerView like below:
RecyclerView
Add this below attribute in your Item "my_list_item.xml" android:descendantFocusability="blocksDescendants" This works for me !
android:descendantFocusability="blocksDescendants"