RecyclerView: how to start Contextual Action Bar CAB with a Checkbox?

后端 未结 1 1998
时光取名叫无心
时光取名叫无心 2021-01-27 17:05

I have a RecyclerView list of CardViews and am using AppCompatActivity. Each CardView has a checkbox. When I click on the checkbox I would like to start a Contextual Action Ba

1条回答
  •  再見小時候
    2021-01-27 17:23

    Solution was to set up a method in onBindViewHolder() that would update the item views for the OnClickListeners in Itemholder().

    0 讨论(0)
提交回复
热议问题