最重要的是在linearLayout中加上如下代码:
和<ImageButton>中
本文介绍了一种在LinearLayout中控制焦点的方法,通过设置属性android:descendantFocusability=blocksDescendants 和 ImageButton 的 android:focusable=false 来阻止焦点传递。
最重要的是在linearLayout中加上如下代码:
和<ImageButton>中

被折叠的 条评论
为什么被折叠?