asdsolutions-os / duo-navigation-drawer

A flexible, easy to use, unique drawer library for your Android project.
http://psdcompany.nl/
Apache License 2.0
1.1k stars 191 forks source link

Item Selected Side Drawable #7

Closed Mina-Mikhail closed 7 years ago

Mina-Mikhail commented 7 years ago

img_20170730_232415

I want to change the red color on the left side to another color, HOW can i do that please??

Thank you sir for this fantastic library

potalexander commented 7 years ago

Unfortunately this is an image view. If you want to change this view you have to call the third bind method inside the option view. This bind method has three parameters. The last param is the drawable you want. You could also skip the entire option view and use your own.