标签: android svg
我的代码在xml文件中很简单:
android:drawableRight="@drawable/ic_mobile"
注意:我读了这个问题,但是我想找到解决方法this post
谢谢
答案 0 :(得分:0)
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true)
android:drawableRight="R.drawable.ic_mobile"
<import type="com.thefuntasty.angelcam.R"/>