5.1.1 notification TextView, the correct way to deal with white text?
问题 I put a TextView on a custom layout for a notification. The colour of the TextView becomes automatically white. Is this a bug of Android? Because prior to Lollipop, notification background used to be a dark colour, so a white text made sense. Now on Lollipop, the default background is white, so the white text is invisible. Or am I supposed to set text colour explicitely? Putting android:textColor="@android:color/primary_text_light" made the text black, but it is not guaranteed that all