Skip to content

Commit

Permalink
[NavRail] Increase padding in between items as per design specs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588126139
  • Loading branch information
imhappi authored and raajkumars committed Dec 5, 2023
1 parent 9e64a1f commit 16eca7e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -32,8 +32,8 @@
<dimen name="m3_navigation_rail_item_min_height">60dp</dimen>
<dimen name="m3_navigation_rail_item_padding_top">4dp</dimen>
<dimen name="m3_navigation_rail_item_padding_top_with_large_font">12dp</dimen>
<dimen name="m3_navigation_rail_item_padding_bottom_with_large_font">16dp</dimen>
<dimen name="m3_navigation_rail_item_padding_bottom">8dp</dimen>
<dimen name="m3_navigation_rail_item_padding_bottom_with_large_font">20dp</dimen>
<dimen name="m3_navigation_rail_item_padding_bottom">12dp</dimen>
<dimen name="m3_navigation_rail_item_active_indicator_width">@dimen/m3_comp_navigation_rail_active_indicator_width</dimen>
<dimen name="m3_navigation_rail_item_active_indicator_height">@dimen/m3_comp_navigation_rail_active_indicator_height</dimen>
<dimen name="m3_navigation_rail_item_active_indicator_margin_horizontal">4dp</dimen>
Expand Down

0 comments on commit 16eca7e

Please sign in to comment.