VectorDrawable – is it available somehow for pre-Lollipop versions of Android? [closed]
UPDATE ON March 2016 By Android Support Library 23.2.1 update, Support Vector Drawables and Animated Vector Drawables. (you can also use latestone for the same) Please update version of a library in gradle file. compile ‘com.android.support:recyclerview-v7:23.2.1’ Vector drawables allow you to replace multiple png assets with a single vector graphic, defined in XML. While previously … Read more