Skip to content

Commit

Permalink
[Tokens] Updated to correctly convert shape tokens with asymmetric sh…
Browse files Browse the repository at this point in the history
…ape value.

PiperOrigin-RevId: 473036665
  • Loading branch information
pekingme authored and afohrman committed Sep 8, 2022
1 parent bcb551b commit 02327c3
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -44,6 +44,8 @@
<item name="cornerSize">12dp</item>
</style>
<macro name="m3_sys_shape_corner_medium_family">rounded</macro>
<!-- Asymmetric shape token "md.sys.shape.corner.large.end" is explicitly ignored. Please use corresponding shape appearance and the right shape appearance overlay. -->
<!-- Asymmetric shape token "md.sys.shape.corner.large.top" is explicitly ignored. Please use corresponding shape appearance and the top shape appearance overlay. -->
<style name="ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge" parent="">
<item name="cornerFamily">?attr/shapeCornerFamily</item>
<item name="cornerSize">28dp</item>
Expand All @@ -54,4 +56,6 @@
<item name="cornerSize">4dp</item>
</style>
<macro name="m3_sys_shape_corner_extra_small_family">rounded</macro>
<!-- Asymmetric shape token "md.sys.shape.corner.extra-large.top" is explicitly ignored. Please use corresponding shape appearance and the top shape appearance overlay. -->
<!-- Asymmetric shape token "md.sys.shape.corner.extra-small.top" is explicitly ignored. Please use corresponding shape appearance and the top shape appearance overlay. -->
</resources>

0 comments on commit 02327c3

Please sign in to comment.