BottomNavigationView Original icon color

前端 未结 5 1853
孤独总比滥情好
孤独总比滥情好 2020-12-10 03:31

I have my bottomNavigationView :

And i added this class to prevent it from doing shiftingMode :

public class BottomNavigationViewHelper {
           


        
5条回答
  •  独厮守ぢ
    2020-12-10 04:26

    You have to make your item icon tint list null, You reach that from your bootomNav :

    bottomNavigationView.setItemIconTintList(null);
    

提交回复
热议问题