android support vector drawable code example
Example: enable vector drawable android
defaultConfig {
//within the defaultConfig block inside the app build gradle add this line
vectorDrawables.useSupportLibrary = true
}
defaultConfig {
//within the defaultConfig block inside the app build gradle add this line
vectorDrawables.useSupportLibrary = true
}