なんでだ?
・解決方法
ListViewの行のレイアウトで以下3行を追加。
1 2 3 4 5 6 7 8 9 10 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" : android:descendantFocusability="blocksDescendants"> <Button : android:focusableInTouchMode="false" android:focusable="false" /> </LinearLayout> |