I have a checkbox in the a listview. I disabled the highlighting of listview upon pressing. Also, I disabled the focus of the listview as I have buttons in the row itself.
This worked perfect. However the problem is that the checkbox still shows Orange highlight.
Is there anyway to disable this orange highlight of the check box (whether it is through the list view or some way through the checkbox itself?
Thank you