SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

Changing background color of pressed mode for selected item #246

Closed omeryavuz closed 10 years ago

omeryavuz commented 10 years ago

I see green effect color as background whenever I pressed any item on menu, I want to use, for example red color, different background color for pressed mode, item selected mode. How can I change background color for selected item?

SimonVT commented 10 years ago

MenuDrawer does not control the background color of the views you add to the menu. I'd suggest googling for the specific view you're using.