如何为Android App制作适合所有尺寸手机屏幕的横幅
我想为我的应用程序制作横幅。但 Android 手机屏幕的宽度可能会有所不同。有什么方法可以制作自动调整大小的图像,可以按尺寸缩放而不会出现任何失真。
I wanted to make the banner for my application. But the size of the android mobiles screens may vary in width. Is there any way that I can make auto resizable image which can be scaled by the size without any distortion.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 9 补丁图像。它只会拉伸您图像的一部分,保持业务区域完整。请查看此链接,了解如何创建此类图像的更多信息。请确保制作这 9 个补丁图像的 hdpi、mdpi、ldpi、xhdpi 版本,以便您能够支持所有屏幕尺寸。
Use a 9 patch image. It will stretch only part of your image, keeping the business area intact. Look at this link to know more how to create such images. Do make sure you make hdpi, mdpi, ldpi, xhdpi versions of these 9 patch images, so you will be able to support all screens sizes.
简单并使用 9patch 图像提供最佳效果...创建 9patch 图像如下所示视频
easy and gives best results using 9patch images....to create the 9patch images look this video