AppCompat v23.2 — Age of the vectors

1 · Chris Banes · Feb. 25, 2016, midnight
As you may have seen on the Support Lib 23.2.0 blog post, we now have compatible vector drawable implementations in the support libraries: VectorDrawableCompat and Animated VectorDrawableCompat. Those are implemented as standalone pieces of functionality. As we know that developers want to use them from resources, we’ve added support for vector drawables directly into AppCompat. There are various reasons for this integration, including: Allows developers to easily use <vector> drawables......