I have a ListView on my Android Activity. When I scroll it, the background of each text will be black until I click on one of the items. How I can fix it?
My XML file is
<ListView android:id="@id/list" android:layout_width="fill_parent"
android:layout_height="fill_parent" />