简体   繁体   English

如何为适用于所有尺寸手机屏幕的Android应用制作横幅

[英]How to make banner for the Android App which could fit all sizes of mobile screens

I wanted to make the banner for my application. 我想为我的应用制作横幅。 But the size of the android mobiles screens may vary in width. 但是android手机屏幕的大小可能会有所不同。 Is there any way that I can make auto resizable image which can be scaled by the size without any distortion. 有什么方法可以使我自动调整大小的图像,该图像可以按大小缩放而没有任何失真。

Use a 9 patch image. 使用9个补丁图像。 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. 确保确保制作这9个补丁图像的hdpi,mdpi,ldpi,xhdpi版本,以便能够支持所有屏幕尺寸。

使用9patch图像可以轻松实现最佳效果。... 创建9patch图像,请观看此视频

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM