Changing text color of menu item in navigation drawer

后端 未结 18 1148

I\'m trying to add a night theme for my app and I\'ve wasted nearly three hours just trying to make the text and icons in my navigation drawer turn white along with the dark

18条回答
  •  执笔经年
    2020-11-28 05:10

    You can do simply by adding your theme to your navigation View.

        
    

    and in your style.xml file, you will add this theme

       
    

提交回复
热议问题