android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent">
android:id="@+id/item_bingxiang"
android:focusableInTouchMode="false"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bx"/>
android:id="@+id/bingxiang_kejian"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/ischeck"
android:visibility="gone"/>
设置了android:focusableInTouchMode="false"也无济于事 外层是一个ScroView 知道的帮下忙 谢谢了
你的布局是是只有一个button还是有其他需要获取焦点的控件?
敢不敢贴个完整代码,谁能看懂你代码的意思?