简体   繁体   English

适用于不同屏幕尺寸的Android布局

[英]Android layout for different screen sizes

我是android的新手,我正在尝试为不同的屏幕尺寸创建单个布局。是否有可能我想为不同的屏幕创建不同的布局

Of course you can only provide the layout in res/layout , but it might look ugly on other screen sizes, even though (or because) Android tries to scale it. 当然,您只能以res/layout提供res/layout ,但是即使(或因为)Android试图缩放它,在其他屏幕尺寸上看起来也很难看。

It is not possible to define layouts for different reolutions in a single file . 在单个文件中 无法为不同的分辨率定义布局。 It's just possible to design the layout to be dynamic so Android can adjust it to the given resolution as good as possible. 可以将布局设计为动态的,以便Android可以将其尽可能地调整到给定的分辨率。

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

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