我知道如何改变CUSTOM ListView中选项目的颜色。 但是,我知道如何改变普通名单上的肤色。
我曾尝试过:
<ListView android:id="@id/android:list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:drawSelectorOnTop="false" android:listSelector="@drawable/listitemselector">
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:state_pressed="true"
android:drawable="@color/light_blue"></item>
</selector>
但这只是改变了Entire ListView的颜色。 我无意执行《国际能源行动清单》中关于选择肤色变化的意见。 请提供解决办法。