标签: android android-vectordrawable
我在API 23上遇到问题渲染向量,但它在API 23 Android以下版本中工作正常, 我尝试了不同的方法来解决它但不能这样做我希望如果有人找到了解决方法。
Android API 24屏幕截图: Android API 23屏幕截图:
答案 0 :(得分:0)
尝试使用AppCompatResources.getDrawable(getContext(), yourDrawableResId)
AppCompatResources.getDrawable(getContext(), yourDrawableResId)