i have a list View in my app (this is the xml layout):
<selector xmlns:android="http://schemas.android.com/apk/res/android" > <item android:state_pressed="true" android:drawable="@drawable/YOUR DRAWABLE XML" /> <item android:drawable="@drawable/YOUR DRAWABLE XML" /> </selector>