How to add fixed Button in RecyclerView Adapter?

前端 未结 2 656
耶瑟儿~
耶瑟儿~ 2021-01-13 16:52

nav_draw_row.xml




        
2条回答
  •  既然无缘
    2021-01-13 17:39

    You can create a custom view that extends the recycler view class create linear layout add a button and a recycler view create class for the new view use your new custom view in XML and add the listener to the button and that's it hope that helps to give you an idea

提交回复
热议问题