Skip to content

Commit

Permalink
[FAB] Migrated "Large" styles to use new shape system.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 450021484
  • Loading branch information
pekingme authored and afohrman committed May 23, 2022
1 parent acc7569 commit 30bb583
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -220,6 +220,8 @@
<style name="Base.Widget.Material3.FloatingActionButton.Large" parent="Base.Widget.Material3.FloatingActionButton">
<item name="fabCustomSize">@dimen/m3_large_fab_size</item>
<item name="maxImageSize">@dimen/m3_large_fab_max_image_size</item>
<item name="shapeAppearance">?attr/shapeAppearanceCornerExtraLarge</item>
<item name="shapeAppearanceOverlay">@null</item>
</style>

<style name="Widget.Material3.FloatingActionButton.Large.Primary" parent="Base.Widget.Material3.FloatingActionButton.Large">
Expand Down

0 comments on commit 30bb583

Please sign in to comment.