Is that right to make android.view.InflateException by using Vector drawables in android:background: line in a ImageView

前端 未结 2 1089
渐次进展
渐次进展 2021-01-28 03:59

I am facing android.view.InflateException in my app for some particular devices, in others phone it works fine. But i don\'t know why. Many others says that this pr

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-28 04:12

    Use color code replace of color name from color.xml in your drawable vector xml like below;

    
    
    

提交回复
热议问题