Skip to content

Commit

Permalink
Remove background from MaterialComponents Fab style
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 235983820
  • Loading branch information
ymarian authored and dsn5ft committed Mar 8, 2019
1 parent 93c5fc7 commit fd4d662
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</style>

<style name="Widget.MaterialComponents.FloatingActionButton" parent="Widget.Design.FloatingActionButton">
<item name="android:background">@null</item>
<item name="enforceMaterialTheme">true</item>
<item name="elevation">@dimen/mtrl_fab_elevation</item>
<item name="backgroundTint">?attr/colorSecondary</item>
Expand Down

0 comments on commit fd4d662

Please sign in to comment.