OnItemClickListener on a ListView inside a Fragment not working

后端 未结 7 1484
粉色の甜心
粉色の甜心 2020-12-29 09:11

EDIT: SOLVED. If there\'s anything focusable in the XML of the items, it will break the touch of the list, in other words, android:focusable=false to all the checkbo

7条回答
  •  一向
    一向 (楼主)
    2020-12-29 09:57

    the button will affect the listener, try avoid using button and re compile, it should work

提交回复
热议问题