Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -170,8 +170,8 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView } } private void updateColors() { private void updateColors() { mNormalColor = Utils.getColorAttr(mContext, android.R.attr.colorBackground) mNormalColor = Utils.getColorAttrDefaultColor(mContext, .getDefaultColor(); com.android.internal.R.attr.colorSurface); mTintedRippleColor = mContext.getColor( mTintedRippleColor = mContext.getColor( R.color.notification_ripple_tinted_color); R.color.notification_ripple_tinted_color); mNormalRippleColor = mContext.getColor( mNormalRippleColor = mContext.getColor( Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -170,8 +170,8 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView } } private void updateColors() { private void updateColors() { mNormalColor = Utils.getColorAttr(mContext, android.R.attr.colorBackground) mNormalColor = Utils.getColorAttrDefaultColor(mContext, .getDefaultColor(); com.android.internal.R.attr.colorSurface); mTintedRippleColor = mContext.getColor( mTintedRippleColor = mContext.getColor( R.color.notification_ripple_tinted_color); R.color.notification_ripple_tinted_color); mNormalRippleColor = mContext.getColor( mNormalRippleColor = mContext.getColor( Loading