问题
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:
回答1:
Try to use AppCompatResources.getDrawable(getContext(), yourDrawableResId)
来源:https://stackoverflow.com/questions/45272690/vectordrawable-rendering-issue-on-api-23