Navigation Drawer Menu Item Title Color in Android

后端 未结 6 591

I have a problem changing the Menu Item Title Color in the Navigation Drawer I set the itemTextColor but it only changes the Col

6条回答
  •  死守一世寂寞
    2020-12-03 02:00

    With the NavigationView included in the Material Components Library you can use the app:itemTextColor to define a color or a selector for each items and the app:itemTextAppearance if you want to customize the TextAppearance used.

     
    

    For the color you can use a selector like:

    
      
      
      
    
    

    To change the color of a title group you can override the android:textColorSecondary color with:

    
    

    with:

      
    

提交回复
热议问题