Android解决setOnItemClickListener不起作用的问题

it2022-05-08  8

一、布局中的listview中添加

android:focusable="true"

android:focusableInTouchMode="true"

二、item布局中Button等元素添加

android:clickable="false" android:focusable="false" android:focusableInTouchMode="false"

在item根节点中添加android:descendantFocusability="blocksDescendants"

转载于:https://www.cnblogs.com/laoquan/p/5120503.html


最新回复(0)