<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent">
<ListView android:id="@+id/abc" 
android:layout_width="wrap_content" 
android:layout_height="wrap_content"
android:listSelector="@drawable/listviewskin" 
android:background="#FFFF0000" >
</ListView>
</RelativeLayout>
这样设置了listview后,listview的背景是红色,这个时候我用鼠标选中第一个item,然后不放手,把鼠标拖到第二个item上,然后松开鼠标,这时候所有item的背景成黑色了,严重影响美观啊。请问各位有什么好的方法解决吗?