在我的应用中,有很多图像/图标。在手机上运行时,它们的分辨率可以,但不如专业应用程序上的分辨率高。
我的问题:将图像/图标导入Android Studio的最佳方法是什么?
我当前正在使用 VectorAsset 工具导入 SVG 矢量格式图标,并使用app:srcCompat = "@drawable/whatever"
答案 0 :(得分:0)
使用Android Drawable Importer是导入Android中具有不同图像分辨率类型的大分辨率图像的最佳方法之一。
下载插件 打开Android Studio。转到文件>设置>插件>浏览存储库。 在搜索框中搜索“ Android Drawable Importer”
关注此链接并使用它- https://medium.com/code-yoga/create-drawables-from-a-large-scale-image-automatically-2128dde61ad9
对于图标,您可以将图像添加为矢量图像资产。遵循此-
https://www.dev2qa.com/how-to-add-images-in-android-studio-drawable-folder/