item selected color in android BottomNavigationView

前端 未结 6 1206
别那么骄傲
别那么骄傲 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

    here is simple solution to your question

    
    

    the selector res/drawable/tab_color_selector.xml:

     
     
        
        
     
    

    update tab item selector color what your required to.

提交回复
热议问题