Reputation: 217
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 found a way for that.
Android API 24 Screenshot: Android API 23 Screenshot:
Upvotes: 0
Views: 509
Reputation: 11
Try to use AppCompatResources.getDrawable(getContext(), yourDrawableResId)
Upvotes: 1