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

Commit 2b19e6f1 authored by burakov's avatar burakov
Browse files

[bc25] Adjust the dual shade scrim alpha to match the latest UX mocks.

Flag: com.android.systemui.dual_shade
Fix: 337849926
Test: Manually by opening and closing the dual shade.
Change-Id: I470f46994e4a1bdaad251a82c5feaf70a04d1965
parent e71059c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ object OverlayShade {
    }

    object Colors {
        val ScrimBackground = Color(0, 0, 0, alpha = 255 / 3)
        val ScrimBackground = Color(0f, 0f, 0f, alpha = 0.2f)
        val PanelBackground: Color
            @Composable @ReadOnlyComposable get() = MaterialTheme.colorScheme.surfaceContainer
    }