android上改变listView的选中颜色
转载地址:https://blog.csdn.net/greatmind829/article/details/7275354ListView选中时默认是黄色,很多时候会和我们软件的配色不符合,那么我就教你如何修改默认的ListView配色,改变ListView选中颜色有两个方法:在程序中:Drawable drawable=getResources().getDrawable(R.drawable.touch_feedback);ListView.setSelector(drawable);