Skip to content

Commit bfce84a

Browse files
drchendsn5ft
authored andcommittedApr 28, 2022
[Card] Migrated shape appearance to new shape system.
PiperOrigin-RevId: 445180046
1 parent b1f7d5b commit bfce84a

File tree

1 file changed

+1
-0
lines changed
  • lib/java/com/google/android/material/card/res/values

1 file changed

+1
-0
lines changed
 

‎lib/java/com/google/android/material/card/res/values/styles.xml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<item name="strokeColor">@color/m3_card_stroke_color</item>
4949
<item name="strokeWidth">@dimen/m3_card_stroke_width</item>
5050
<item name="checkedIconTint">@color/m3_card_stroke_color</item>
51+
<item name="shapeAppearance">?attr/shapeAppearanceCornerMedium</item>
5152
</style>
5253

5354
<style name="Widget.Material3.CardView.Outlined" parent="Base.Widget.Material3.CardView"/>

0 commit comments

Comments
 (0)
Please sign in to comment.