Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78d637e8 authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Update fallback notification row color to the most up-to-date UX spec" into main

parents 3b87a685 0a341437
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -129,8 +129,13 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
    }

    private void updateColors() {
        if (usesTransparentBackground()) {
        if (notificationRowTransparency()) {
            if (mIsBlurSupported) {
                mNormalColor = SurfaceEffectColors.surfaceEffect1(getContext());
            } else {
                mNormalColor = mContext.getColor(
                        com.android.internal.R.color.materialColorSurfaceContainer);
            }
        } else {
            mNormalColor = mContext.getColor(
                    com.android.internal.R.color.materialColorSurfaceContainerHigh);