From ea4b3a56b4e4557d8a301a23e834e3388f12f790 Mon Sep 17 00:00:00 2001 From: Jeff DeCew Date: Thu, 3 Jun 2021 11:15:10 -0400 Subject: [PATCH] Fix background color (again) * originally fixed in ag/14189045 * regressed in ag/14140988 Bug: 185920837 Test: post conversation notifications, and look at badge or face pile background; should match notification background Change-Id: I8ef77901ed9d43eccf89dcc1f3905f0dbb38851f --- core/java/android/app/Notification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 64b100f838ba8..9e591628a2434 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -12370,7 +12370,7 @@ public class Notification implements Parcelable mRippleAlpha = 0x33; } else { int[] attrs = { - R.attr.colorBackground, + R.attr.colorSurface, R.attr.colorBackgroundFloating, R.attr.textColorPrimary, R.attr.textColorSecondary,