Android: ListView elements with multiple clickable buttons

后端 未结 8 1170
天命终不由人
天命终不由人 2020-11-22 01:58

I\'ve a ListView where every element in the list contains a TextView and two different Buttons. Something like this:

ListView
------------------         


        
8条回答
  •  爱一瞬间的悲伤
    2020-11-22 02:09

    Probably you've found how to do it, but you can call

    ListView.setItemsCanFocus(true)
    

    and now your buttons will catch focus

提交回复
热议问题