Skip to content

Commit 5b32b25

Browse files
panzerfahrerpekingme
authored andcommitted
[Documentation] Fix theme attr name to floatingActionButtonStyle
Resolves #1998 GIT_ORIGIN_REV_ID=ffb003b6b7f57097e70759acae173da0d98b8ad5 PiperOrigin-RevId: 353111357
1 parent 7791867 commit 5b32b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/BottomAppBar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ bottom app bars and FABs but does not affect other components):
332332
<style name="Theme.App" parent="Theme.MaterialComponents.*">
333333
...
334334
<item name="bottomAppBarStyle">@style/Widget.App.BottomAppBar</item>
335-
<item name="fabStyle">@style/Widget.App.FloatingActionButton</item>
335+
<item name="floatingActionButtonStyle">@style/Widget.App.FloatingActionButton</item>
336336
</style>
337337

338338
<style name="Widget.App.BottomAppBar" parent="Widget.MaterialComponents.BottomAppBar.Colored">

0 commit comments

Comments
 (0)