I am using Floating Action Button. I want to disable Recyclerview Items from Clicking when i press FAB button. I tried this method but not working setClickable(true);<
setClickable(true);<
You need to set the click listener to every FloatingActionButton.
FloatingActionButton