I have got a RecyclerView
item looking like this
I want to achieve that when I click on item the ImageView
will get overlay over it and TextView
will become bold. I know how to use adapter and where to handle item clicks. I also know how to make overlay or bold text. I only want to know how to make this item selectable to get the behavior I described above. Because I found only tutorials to change background of item when clicked.