This is the class responsible for that "pedestrian crossing" icon:
https://developer.android.com/reference/android/support/v4/app/ActionBarDrawerToggle.html It's in the support library. The code as it is just loads an image from a resource resource, but should be easy to change to apply a color tint. -- K 2014-05-23 0:25 GMT+04:00 Kevin Kovach <[email protected]>: > We're trying to theme an app that uses a navigation drawer and I want to > be able to tint/color the icon for the navigation drawer with an @color. > For the life of me I cannot find any information or hints on how to > accomplish this. I would really appreciate any hints on doing this. > Thanks. > > - Kevin > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

