This is the simplest, most thorough introduction to vector graphics on Android Iβve encountered on the internet. Great job and thank you for all the useful examples and explanations.
Iβm getting an error with Android Studio v4. The build fails.
/Users/app/.gradle/caches/transforms-2/files-2.1/57cfd365a7cd3e382c6c88f68bd20e25/constraintlayout-2.0.0-beta1/res/values/values.xml:255:5-4197: AAPT: error: resource attr/flow_horizontalSeparator (aka com.raywenderlich.android.vectordrawables:attr/flow_horizontalSeparator) not found.
Hereβs the fix
File > Project Structure > Dependencies > All Modules > Add Dependency (Plus button) > Library Dependency > On Step 1, search "androidx.constraintlayout" > choose the latest version (at the moment it is 2.0.0-beta6) > OK > OK