3
我嘗試自定義偏好類別的背景顏色。我已經改變了喜好本身的背景,但我無法找到如何更改類別背景顏色的方法。android偏好類別背景顏色
我發現了兩種方式,但他們不爲我工作: changing the preference category label color background
通過this link,我發現this,但對我來說沒有什麼工作。這是我一直沒有完成:
<resources>
<style name="setBackgroundTheme" parent="android:Theme">
<item name="android:background">@color/darkbluelogo</item>
</style>
</resources>
在我的onCreate設定的主題,:
setTheme(R.style.setBackgroundTheme);
優秀!!!!!! – Debarati