在listView的item里面如果有button,ImageButton等控件,会使得ListView不会被点击,解决方法是:

 

①在Button上面添加属性

android:focusable="false"


②在包含Button的布局管理器上面添加

android:descendantFocusability="blocksDescendants"

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2021-11-03
  • 2021-07-29
  • 2022-01-18
  • 2022-12-23
猜你喜欢
  • 2021-05-13
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案