I\'m having an issue with the color of my custom notification background in Lollipop. It\'s black where it should be white. The textColor is OK:
I\'m using
To solve this, you have 2 options:
1) Target SDK 21, and custom notification will automatically use a white background
2) Copy your existing layout to layout-v21 folder and add android:background="#FFFFFFFF" to its root, like this:
...
Works great for me.