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 新手,我正在尝试为不同的屏幕尺寸创建一个布局。是否有可能或者我想为不同的屏幕创建不同的布局
当然,您只能在 中提供布局res/layout,但在其他屏幕尺寸上它可能看起来很难看,即使(或因为)Android 尝试对其进行缩放。
res/layout
无法在单个文件中为不同的分辨率定义布局。可以将布局设计为动态的,以便 Android 可以尽可能地将其调整到给定的分辨率。