Skip to content

Commit

Permalink
[M3][BottomNavigation] Set backgroundTint explicity to @null in M3 bo…
Browse files Browse the repository at this point in the history
…ttom navigation syles

PiperOrigin-RevId: 410346437
  • Loading branch information
drchen authored and paulfthomas committed Nov 29, 2021
1 parent 6b57c52 commit adbcf8c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@
<!-- Style for Material 3 Bottom Navigation View. -->
<style name="Widget.Material3.BottomNavigationView" parent="Widget.MaterialComponents.BottomNavigationView">
<item name="android:background">?attr/colorSurface</item>
<item name="backgroundTint">@null</item>
<item name="elevation">@dimen/m3_sys_elevation_level2</item>
<item name="itemActiveIndicatorStyle">@style/Widget.Material3.BottomNavigationView.ActiveIndicator</item>
<item name="itemTextAppearanceInactive">?attr/textAppearanceTitleSmall</item>
Expand Down

0 comments on commit adbcf8c

Please sign in to comment.