android:listView Button 焦點問題

weixin_33816946發表於2019-01-08

要想listView的item與其上的button皆能得到焦點響應:

在listView item 的佈局中:

<RelativeLayout>中

android:descendantFocusability="blocksDescendants"

<ImageButton>中

android:focusable="false"

相關文章