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

Commit b36dbc85 authored by David Liu's avatar David Liu
Browse files

[Settingslib] Fix StatusBanner preference style

Set stroke width to 0dp to match the design spec.

Bug: 415793842
Test: manul
Flag: EXEMPT resource update only.
Change-Id: I3107cb7f255418adc131c849ac6dfd50ad200b93
parent b21267ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -310,5 +310,6 @@
        <item name="cardCornerRadius">@dimen/settingslib_expressive_radius_extralarge1</item>
        <item name="cardElevation">0dp</item>
        <item name="rippleColor">?android:attr/colorControlHighlight</item>
        <item name="strokeWidth">0dp</item>
    </style>
</resources>