item selected color in android BottomNavigationView

前端 未结 6 1141
别那么骄傲
别那么骄傲 2021-02-01 11:58

I refer this. Schedules Activity is appeared when I click Schedules, but first item color (Favorites) is always selected. It doesn\'t change Schedules item color from Favorites

6条回答
  •  清歌不尽
    2021-02-01 12:41

    create a color directory in res folder and create your xml file for customize your bottom navigation items:

    res/color/bottom_nav_color.xml:

    
    
         
         
    
    

    and in your BottomNavigationView set app:itemTextColor and app:itemIconTint values to @color/bottom_nav_color

    
    
    

提交回复
热议问题