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.
我目前正在开发墙纸应用程序。有没有办法让位图在设置为墙纸后看起来不那么模糊和更清晰?它只需要裁剪图片并调整其大小以完美适合屏幕大小,还是有其他方法?
PS我读到应用程序壁纸设置和保存一旦启动就能够提供质量非常好的壁纸!
你在哪里保存位图?尝试将其放入/res/raw,而不是/res/drawable这会阻止 android 优化图像文件,并且应该使其更清晰。
/res/raw
/res/drawable