What is the way (if there is a way) to customize the menu (the one triggered by the MENU button of the phone). I'm especially interested in two things:
To change your menu's background color, click My Sites > Personalize > Customize. Once the Customizer screen loads, click CSS. Right-click on your navigation menu and choose Inspect. An Inspector panel will appear at the bottom of your screen, where you can view your website's underlying code.
First you have to change in manifest where you have declared the activity . Change app theme style to noActionBar. Now come to your main activity and initialize the new toolbar and set the color in it.
By default each activity in Android has a white background. To change the background color, first add a new color definition to the colors.
I created my own menu class. It maybe isn't exactly what you want but it should hopefully get you started. Here is the article I published and a downloadable link to the source code.
http://www.codeproject.com/KB/android/AndroidMenusMyWay.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With