ListView中添加Button后,Button的点击事件和ListView的点击事件冲突
生活随笔
收集整理的這篇文章主要介紹了
ListView中添加Button后,Button的点击事件和ListView的点击事件冲突
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1.在ItemView配置的xml文件中的根節點添加屬性android:descendantFocusability="blocksDescendants"
2.在要添加事件的控件上添加android:focusable="false"
總結
以上是生活随笔為你收集整理的ListView中添加Button后,Button的点击事件和ListView的点击事件冲突的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ViewTreeObserver简介
- 下一篇: 获取控件的宽和高