Skip to content

Commit

Permalink
[NavigationRail] Update active indicator to use new shape system.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 445912992
  • Loading branch information
hunterstich authored and dsn5ft committed May 2, 2022
1 parent 0347587 commit f700e6d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@
<item name="android:width">@dimen/m3_navigation_rail_item_active_indicator_width</item>
<item name="android:height">@dimen/m3_navigation_rail_item_active_indicator_height</item>
<item name="marginHorizontal">@dimen/m3_navigation_rail_item_active_indicator_margin_horizontal</item>
<item name="shapeAppearance">@style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator</item>
<item name="shapeAppearance">@style/ShapeAppearance.Material3.Corner.Full</item>
<item name="android:color">?attr/colorSecondaryContainer</item>
</style>

Expand Down

0 comments on commit f700e6d

Please sign in to comment.