0
votes

Two weeks ago google released new support libraries, where the v4 library gives you the possibility to "use" the Lollipop feature of tinting drawables.

However so far I only managed to do this programmatically. There you wrap the drawable object, which basically returns you a new drawable which allows you to tint it.

Question: Now I wanted to ask whether it is possible to tint drawables via xml. The standard Lollipop way won't work with AppCompat.

1
YOu mean the TintImageView?Rod_Algonquin
No I actually mean tintings for drawables. Like so developer.android.com/reference/android/support/v4/graphics/…Daniel Valenzuela

1 Answers

0
votes

Basically It won't work through the XML.I also failed it to work it through the XML but it works well if I do it programmatically.