"@android:style/TextAppearance.StatusBar.EventContent.Title" sets the color to white instead of grey in android L
It seems android-L doesn't override "@android:style/TextAppearance.StatusBar.EventContent.Title"
, instead introduces new style
<style name="TextAppearance.Material.Notification.Title">
<item name="textColor">@color/primary_text_default_material_light</item>
<item name="textSize">@dimen/notification_title_text_size</item>
</style>