<ListView
  android:layout_height="wrap_content"
  android:id="@android:id/list"
  android:layout_width="fill_parent"
  android:background="#ffffff"
  android:textColor="#000000"
  android:layout_marginLeft="10dip"
  android:layout_marginTop="70dip"
  />

이런식으로 ListView의 배경은 흰색, 텍스트 색상은 검정으로 하고 싶습니다
그런데 배경은 먹는데 텍스트는 적용이 안되네요 ㅠㅠ

어떤 방법이 있을까요