I\'m having problems with the VectorDrawables introduced by the support library.
Looking around, I read about similar issues regarding bad scaling or incorrect preview i
Native can't display arcs, but appCompat can. So instead:
use
app:srcCompat="@drawable/mydrawable"
It's that simple o_O.
(app is xmlns:app="http://schemas.android.com/apk/res-auto")
app
xmlns:app="http://schemas.android.com/apk/res-auto"