I'm writing an app the need to push a 3 line notification in older versions of Android so I'm using a remote view. The problem I'm having is that the text in the remote view is black, which is OK for Gingerbread, but in ICS and JellyBean the notification bar is black so the text isn't visible. Any ideas how I can have the text visible no matter what the system notification background color is? Should I just have an image as my own background?
Thank you