How to change the navigation icon color

前端 未结 2 1407
孤城傲影
孤城傲影 2020-12-12 04:28

I have a navigationView in my app and after add two lines in app style :

false


        
2条回答
  •  庸人自扰
    2020-12-12 05:11

    If you are looking to change text colors/appearance in the NavigationView Items, you should use the attribs

    • app:itemTextColor
    • app:itemIconTint
    • app:itemTextAppearance

    Otherwise, Specify which view's color you want to change. Setting android:textColorSeconday is a bad idea according to me.

提交回复
热议问题