how i can change color SecondarySwitchDrawerItem ?
@armoun which color?
@armoun this color is not managed by the MaterialDrawer it is defined by your theme. Read more here:
http://stackoverflow.com/a/26715076/325479
If you need to change this one programmatically, you will have to implement a CustomDrawerItem which allows you to define this color.
You can find some info regarding this here:
http://stackoverflow.com/a/32542999/325479
http://stackoverflow.com/a/32543209/325479
thanks :+1: