Hi there.
I have a list of checked items. I used the simple_list_item_multiple_choice.xml layout from android from the list.
My requirement for this list is: - When I check the checkbox of an item, the background color of that row will change. (For e.g. black background to green) - Then when I uncheck the checkbox, the background color of that row will back to original (green to black)
Is there any way to implement that? What I want here is different from the orange color when you scroll the list, which is made by default for the list in Android.
Thank you very much for your help.