Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在“res”下有几个文件夹,从 drawable-ldpi 到 drawable-xxhdpi,如果我只想让它在所有设备上都是相同的图像,我应该把我的图像放在哪里?
无论其 dpi 如何,您都可以将其放在任一文件夹下:
你必须把它放在drawable-nodpi中。drawable-nodpi 中的可绘制对象不会根据屏幕的密度进行缩放。
把它放进去res/drawable。如果 Android 在其他文件夹中没有找到该资源,它将在那里默认。
res/drawable