Must be simple, but I couldn’t figure it out.
I have a listview with custom list item view which contains a checkbox.
When I press one item (not the checkbox), the checkbox got highlighted.
Checkbox focusable property is false.
How can I simply prevent the highlight when the select an item in the listview?
Must be simple, but I couldn’t figure it out. I have a listview with
Share
OK, to answer my own question.
It’s seems that it’s not possible to achieve this with the built in android checkbox control.
I have to use my own custom checkbox images for this and define the only the on and off states in the concerning style.