Yes, I'm currently using this class. The problem is that it loads a drawable, which I do not know how to apply a tint to. There could be something that I'm missing, but I've not found a way yet.
- Kevin On Thursday, May 22, 2014 5:51:39 PM UTC-4, Kostya Vasilyev wrote: > > 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] <javascript:>>: > >> 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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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] <javascript:>. >> 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.

