How to Change List View Text color
问题 In my application I want to change the list view text color. In this case I am using XML file for list view. Is it possible? If yes then give the example. gender.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:background="@drawable/topelg" > <ListView android:id="@+id/android:list" android:layout_marginTop="60dip"