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.
如果此位图仅包含黑色和白色,是否可以在拉伸的图像视图中保持位图的颜色清晰?目前我得到的是边缘模糊的位图。我认为在不调整位图大小的情况下保持颜色的清晰度是有意义的
我知道这个问题很老,但是:)
你应该提供你的问题的截图,这样我们就可以看到你在说什么。无论如何,Android 中的可绘制对象没有很好地缩放,所以如果您在调整大小的位图上得到一些模糊效果,这是正常的。
您应该使用项目的不同可绘制对象(drawable-hdpi、-mdpi、xhdpi、...)文件夹向系统提供不同版本的图像。将始终根据设备屏幕选择正确的资源。