Khalid Ahmad Fazli
Khalid Ahmad Fazli

Reputation: 217

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 found a way for that.

Android API 24

Android API 23

Android API 24 Screenshot: Android API 23 Screenshot:

Upvotes: 0

Views: 509

Answers (1)

Ambal
Ambal

Reputation: 11

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

Upvotes: 1

Related Questions