Change the color of Navigation Drawer indicator icon

后端 未结 4 1386
难免孤独
难免孤独 2020-12-23 19:52

I am using a toolbar in place of actionbar and i am also using a navigation drawer.My toolbar colour is black and i want my navigation drawer indicator colour to be white.So

4条回答
  •  囚心锁ツ
    2020-12-23 20:21

    Put this code in your activity

    toggle.getDrawerArrowDrawable().setColor(getResources().getColor(R.color.grey));
    

提交回复
热议问题