We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7791867 commit 5b32b25Copy full SHA for 5b32b25
docs/components/BottomAppBar.md
@@ -332,7 +332,7 @@ bottom app bars and FABs but does not affect other components):
332
<style name="Theme.App" parent="Theme.MaterialComponents.*">
333
...
334
<item name="bottomAppBarStyle">@style/Widget.App.BottomAppBar</item>
335
- <item name="fabStyle">@style/Widget.App.FloatingActionButton</item>
+ <item name="floatingActionButtonStyle">@style/Widget.App.FloatingActionButton</item>
336
</style>
337
338
<style name="Widget.App.BottomAppBar" parent="Widget.MaterialComponents.BottomAppBar.Colored">
0 commit comments