ListView に次のコードがあります。
<ListView android:id="@android:id/list" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:scrollbarStyle="insideOverlay"
android:background="@android:color/white"
android:cacheColorHint="@android:color/white"
android:fadingEdgeLength="16dip" />
アクティビティに「Holo.Light.DarkActionBar」というテーマがあります。ListView のスタイルを同じものに変更しようとしましたが、正しい色が得られません。Eclipse のレイアウト エディターでは、次のように表示されます。
しかし、私の電話ではこれを取得しています:
アクティビティにテーマを適用した場合、色が変わらないのはなぜですか?