'change menubar color android studio [duplicate]
I didn't find something relevant on the internet, how can I change the background color for this menu bar? enter image description here
Solution 1:[1]
I'm assuming that you are using Material or Material 2 as your base theme. If so, you need to go into your styles.xml file, and for the application theme, change the colorPrimary for the toolbar and the colorPrimaryDark for the status bar.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Oliver Spryn |
