メモ
どう検索していいか分からなかったため、ソースまで読んで調べた。
文章じゃ説明しづらい。
この部分の色です。
ListViewのcacheColorHintという属性を使えば設定できました。
<ListView
androidid="@android:id/list"
androidcacheColorHint="#FF0000"
androidlayout_weight="1"
androidlayout_width="fill_parent"
androidlayout_height="fill_parent" />