We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f7d5b commit bfce84aCopy full SHA for bfce84a
lib/java/com/google/android/material/card/res/values/styles.xml
@@ -48,6 +48,7 @@
48
<item name="strokeColor">@color/m3_card_stroke_color</item>
49
<item name="strokeWidth">@dimen/m3_card_stroke_width</item>
50
<item name="checkedIconTint">@color/m3_card_stroke_color</item>
51
+ <item name="shapeAppearance">?attr/shapeAppearanceCornerMedium</item>
52
</style>
53
54
<style name="Widget.Material3.CardView.Outlined" parent="Base.Widget.Material3.CardView"/>
0 commit comments