ListView onClick event doesn't fire with Linkified email address

后端 未结 2 1555
夕颜
夕颜 2021-02-08 03:20

I have a straight forward ListView with a ListAdapter and custom onItemClick method for the list. My ListView items are clickable to perform other functions. However, some of my

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-08 03:31

    Just add android:descendantFocusability="blocksDescendants" to xml definition of list item.

    Source: http://www.thekeyconsultant.com/2013/06/android-quick-tip-linkify-and-listviews.html?m=1

提交回复
热议问题