设置列表的滑动时的颜色:android:cacheColorHint="#000000",只要不为黑色即可。
如下:
<ListView
android:id="@+id/hotAppList"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/head"
android:cacheColorHint="@color/main_bg"
>
</ListView>