标签: android icons android-resources android-resolution resource-id
如何在Android中获取app-icon的特定密度(hdpi,xhdpi等)的(int)资源ID?
我知道我们可以使用getDrawableForDensity()方法获取特定密度的可绘制对象,但是如何获取此drawable的资源ID?
答案 0 :(得分:1)
Android并不需要你这样做。添加资源后,将自动引用每个设备密度。 但是,您应该在必要时使用矢量绘图。