I am creating an App with a Navigation Draw Activity. In android studio, after I start a new android activity project, I select Navigation draw activity. My question is, how t
Go to res -> layout -> activity_main.xml and add the following:
// background color
The top part it is defined in res -> layout -> nav_header_main.xml and the same color definitions apply to it too. Look for :
and change it to any color you want.