Loading core/java/android/app/Notification.java +1 −0 Original line number Diff line number Diff line Loading @@ -3236,6 +3236,7 @@ public class Notification implements Parcelable return; } contentView.setTextViewText(R.id.app_name_text, appName); contentView.setTextColor(R.id.app_name_text, resolveColor()); } private void bindSmallIcon(RemoteViews contentView) { Loading core/res/res/values/colors_material.xml +0 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,6 @@ <color name="primary_text_default_material_light">#de000000</color> <!-- 54% black --> <color name="secondary_text_default_material_light">#8a000000</color> <!-- 38% black --> <color name="tertiary_text_default_material_light">#61000000</color> <!-- 100% white --> <color name="primary_text_default_material_dark">#ffffffff</color> Loading core/res/res/values/styles_material.xml +1 −1 Original line number Diff line number Diff line Loading @@ -444,7 +444,7 @@ please see styles_device_defaults.xml. </style> <style name="TextAppearance.Material.Notification.Info"> <item name="textColor">@color/tertiary_text_default_material_light</item> <item name="textColor">@color/secondary_text_default_material_light</item> <item name="textSize">@dimen/notification_subtext_size</item> </style> Loading Loading
core/java/android/app/Notification.java +1 −0 Original line number Diff line number Diff line Loading @@ -3236,6 +3236,7 @@ public class Notification implements Parcelable return; } contentView.setTextViewText(R.id.app_name_text, appName); contentView.setTextColor(R.id.app_name_text, resolveColor()); } private void bindSmallIcon(RemoteViews contentView) { Loading
core/res/res/values/colors_material.xml +0 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,6 @@ <color name="primary_text_default_material_light">#de000000</color> <!-- 54% black --> <color name="secondary_text_default_material_light">#8a000000</color> <!-- 38% black --> <color name="tertiary_text_default_material_light">#61000000</color> <!-- 100% white --> <color name="primary_text_default_material_dark">#ffffffff</color> Loading
core/res/res/values/styles_material.xml +1 −1 Original line number Diff line number Diff line Loading @@ -444,7 +444,7 @@ please see styles_device_defaults.xml. </style> <style name="TextAppearance.Material.Notification.Info"> <item name="textColor">@color/tertiary_text_default_material_light</item> <item name="textColor">@color/secondary_text_default_material_light</item> <item name="textSize">@dimen/notification_subtext_size</item> </style> Loading