alexvishneuski / VCBestClient

Mastering layouts makeup
Apache License 2.0
0 stars 0 forks source link

How to properly configure support for vectordrawable in versions below 21 #2

Closed alexvishneuski closed 6 years ago

alexvishneuski commented 6 years ago

perhabs there is the solutions: https://stackoverflow.com/questions/36741036/android-selector-drawable-with-vectordrawables-srccompat https://stackoverflow.com/questions/39419596/resourcesnotfoundexception-file-res-drawable-abc-ic-ab-back-material-xml https://stackoverflow.com/questions/35622438/update-android-support-library-to-23-2-0-cause-error-xmlpullparserexception-bin https://medium.com/@AdamHurwitz/i-implemented-appcompatdelegate-setcompatvectorfromresourcesenabled-true-65b449fbd371

alexvishneuski commented 6 years ago

added https://commonsware.com/Android/previews/vector-drawables

alexvishneuski commented 6 years ago

resolved: I should use app:srcCompat instesd android:src for compatibility.