解决方法
使用此XML:将其保存在drawable文件夹中并设置为可绘制的背景.
<?xml version="1.0" encoding="utf-8" ?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="false" android:drawable="@drawable/category_listing_bg_img" /> <item android:state_pressed="true" android:drawable="@drawable/category_listing_bg_img_pressed" /> </selector>