2012-07-02 92 views
1

我有我的ListView驗證碼:爲什麼我的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中的佈局編輯器就說明這一點:

enter image description here

,但我的手機上,我得到這個:

getting

如果我申請一個主題的活動,爲什麼不它改變顏色?

回答

相關問題