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.
当 9 个补丁文件针对不同密度进行缩放时,Eclipse 中不同文件夹下的图像有什么用。
可绘制-ldpi 可绘制-mdpi 可绘制-hdpi 可绘制-xhdpi
为什么我们不能使用单个 .9.PNG 文件,而不是为不同的密度使用不同的 PNG 文件?
有很多图像无法使用 9 个补丁进行缩放,因为它们没有内容区域。例如,应用程序图标,您不希望它在中间的 xxhdpi 屏幕上只有几个像素并缩放其余部分。
当您有应该拉伸的边界区域时,您应该只使用 9 个补丁,但对于您将使用的大多数图形来说,情况并非如此。示例是在 XML 中难以定义的边界、非常复杂的角等。