Bottom Navigation View menu item title size

JsLaw picture JsLaw · Apr 21, 2017 · Viewed 13.2k times · Source

Good Morning,

i am using bottom navigation view to do my bottom menu.

and now the title is too big and i can't found any solution to solve it

enter image description here

Answer

A.G.THAMAYS picture A.G.THAMAYS · Aug 11, 2017
  1. Open values\dimens.xml
  2. add this code

    <dimen 
          name="design_bottom_navigation_text_size"   
          tools:override="true">11sp </dimen>
    
    <dimen 
          name="design_bottom_navigation_active_text_size" 
          tools:override="true">12sp </dimen>