I have a problem in my ListView. I want to change the background of selected item when I select it to a custom drawable that I have, but it doesn\'t work.
I want t
You should use CheckableFrameLayout as list item view. You can find it here - CheckableFrameLayout
You can see there, that when you click the list item, it changes background drawable to anything you want.