Change color of Navigation Drawer Icon in Android Studio default template

前端 未结 9 984
北恋
北恋 2020-12-13 05:52

The new default Navigation Drawer Activity template in Android Studio

defines its titles and icons in a menu file activity_main_drawer like thi

9条回答
  •  Happy的楠姐
    2020-12-13 06:09

    In my case, I was having a style

     
     
        
    

    and have applied the theme to the Appbar layout, so programatically chaining color didn't work.

    So, try removing any styles that you applied, in case you are not able to change the color of the icon and then try the above given solutions.

提交回复
热议问题