今天在写andorid的时候发现setOnItemClickListener无响应,后面发现需要把子项当中

android:focusable="false"

然后父项当中

android:descendantFocusability="blocksDescendants""

第一个是子项主动不接受焦点,第二个是父容器不给子控件第一响应。

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2021-12-05
  • 2022-01-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-06
  • 2022-02-14
  • 2021-09-13
  • 2021-04-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案