如果 UI 设计了 SVG 图像 , 可以选择 " Local file ( SVG, PSD ) " 选项 , 从外部文件路径中 , 选择一张图片 ;
点击 Next 选择保存位置 ,
点击 " Finish " 按钮后 , 在 res/drawable 中生成了对应的 " ic_plane.xml " Vector 矢量图资源 ;
三、参考资料
参考文档 :
添加多密度矢量图形 SVG : https://developer.android.google.cn/studio/write/vector-asset-studio
缩减、混淆处理和优化应用 : https://developer.android.google.cn/studio/build/shrink-code
SVG 语法格式 : https://www.runoob.com/svg/svg-tutorial.html
博客资源 :
GitHub 项目源码 : https://github.com/han1202012/SVG
下载地址 :