Nguyen  Minh Binh
Nguyen Minh Binh

Reputation: 24453

Problem with Checked listview in android

I am build an example with checked listview in Android. My problem is that I cant touch to the listview item to select it (as I did when I through out the checkbox).

please help me to resolve this.

Source code: enter link description here

Thanks.

Upvotes: 0

Views: 701

Answers (1)

LeffelMania
LeffelMania

Reputation: 12875

Set the CheckBox as unfocusable. android:focusable="false"

Upvotes: 1

Related Questions