GridView 在包含 ImageButton时,获得焦点

来源:互联网 发布:蜂窝通信网络定位技术 编辑:程序博客网 时间:2024/06/07 11:28
实现 onItemClickListener 代替Button的onClickListener 

在Gridview  中添加一行      android:listSelector="#00000000"
在Item的layout标签中添加   android:descendantFocusability="blocksDescendants"
在ImageButton中添加    android:clickable="false"  android:focusable="false"
0 0