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

Commit aea2e82e authored by Daniel Sandler's avatar Daniel Sandler Committed by Dan Sandler
Browse files

Tweak visuals for promoted notifications in AOD.

    Old: stroke=1dp alpha=1f
    New: stroke=0.5dp alpha=0.32f

Bug: 416026995
Test: presubmits
Flag: EXEMPT bugfix
Change-Id: Ie7d0528011b28ca25963cdf597777cb4dcdfa0f2
parent b4c8add5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ fun AODPromotedNotificationView(

    val boxModifier = modifier.padding(sidePaddingValues)

    val borderStroke = BorderStroke(1.dp, SecondaryText.brush)
    val borderStroke = BorderStroke(0.5.dp, SecondaryText.brush.value.copy(alpha = 0.32f))

    val borderRadius = dimensionResource(systemuiR.dimen.notification_corner_radius)
    val borderShape = RoundedCornerShape(borderRadius)