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.
我读了这个链接我也无法理解如何以及在哪里可以创建不同的 xml 文件。
我为特定设备设计了应用程序。之后,我在带有小屏幕设备的基本 android os 版本中进行了测试,输出看起来像我发布的图像。我如何设计不同的屏幕尺寸。在 xml 布局中,它看起来像一个排列(有序)的格式。在小屏幕设备中运行时,位置已更改。我想修改并支持所有类型的屏幕尺寸。我怎样才能做到这一点。帮帮我吧朋友。
设计布局的最佳实践是使用属性,如Fill_Parent, Wrap_Content, Match_Parent.
Fill_Parent
Wrap_Content
Match_Parent
尽量避免使用明确定义布局大小和尺寸。
如果你真的想这样做,你可以分别为不同的屏幕尺寸定义布局,并将它们对应放置在各自的文件夹中。