List item layout containing a CheckBox doesn't work as expected
问题 I have a ListView whose layout contains a CheckBox . I want both the CheckBox to be active, and list items themselves to be tappable. It doesn't work. Yes, I know about the typical solution (setting focusable to false on the CheckBox so that it doesn't steal focus). It doesn't help. Here's the layout of my list item: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/rl_container" android:layout_width=