How to get clicks on RecyclerView (NOT the children)

前端 未结 4 1157
我在风中等你
我在风中等你 2021-01-17 17:23

Is there any way to set an onClickListener on a RecyclerView?

I have a RecyclerView with some children in it, and setting an <

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-17 18:00

    a click event on RecycleView ? try like this:

    //set android:descendantFocusability="blocksDescendants" on parent layout 
    //then setOnClickListener
    
    
    
    
    
    
    
    

提交回复
热议问题