How to disable RecyclerView Items from clicking

后端 未结 9 898
迷失自我
迷失自我 2020-12-31 04:00

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);<

9条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-31 04:47

    You need to set the click listener to every FloatingActionButton.

    see this issue on library

提交回复
热议问题