我在使用棒棒糖中的自定義通知背景顏色時出現問題。 這是黑色,它應該是白色的。 的文字顏色是OK:如何獲取Lollipop中自定義通知的默認通知背景顏色?
我使用
<resources>
<style name="NotificationText" parent="android:TextAppearance.StatusBar.EventContent" />
<style name="NotificationTitle" parent="android:TextAppearance.StatusBar.EventContent.Title" />
</resources>
不知道如何使用自定義通知設備的默認主題顏色?
任何解決方案? – madlymad