2017年3月30日

摘要: ListView item中按钮点击实现删除 在处理ListView 中item的按钮点击事件首先需要在item的根布局中添加 android:descendantFocusability="blocksDescendants"属性,否则item的点击事件会把其中image button的点击事件屏 阅读全文
posted @ 2017-03-30 22:10 小訾 阅读(728) 评论(0) 推荐(0)

导航