Skip to content

Commit

Permalink
[ExFAB] Migrated to new shape system.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 450741383
  • Loading branch information
pekingme authored and afohrman committed May 25, 2022
1 parent 4e5499e commit 3db2109
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -143,7 +143,8 @@
<item name="enforceMaterialTheme">true</item>
<item name="iconTint">@color/m3_button_foreground_color_selector</item>
<item name="rippleColor">@color/m3_button_ripple_color_selector</item>
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.Material3.FloatingActionButton</item>
<item name="shapeAppearance">?attr/shapeAppearanceCornerLarge</item>
<item name="shapeAppearanceOverlay">@null</item>
</style>

<style name="Base.Widget.Material3.ExtendedFloatingActionButton.Icon" parent="Base.Widget.Material3.ExtendedFloatingActionButton">
Expand Down

0 comments on commit 3db2109

Please sign in to comment.