OnItemClickListener on a ListView inside a Fragment not working

后端 未结 7 1478
粉色の甜心
粉色の甜心 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

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