Skip to content Skip to sidebar Skip to footer

Vectordrawable Rendering Issue On Api 23

I am facing problem rendering vector on API 23 and but it works fine on below and above API 23 Android, I tried different ways to solve it but couldn't do it I was hope if anyone f

Solution 1:

Try to use AppCompatResources.getDrawable(getContext(), yourDrawableResId)


Post a Comment for "Vectordrawable Rendering Issue On Api 23"