为什么绝对布局被弃用?

发布于 2024-12-04 11:02:18 字数 51 浏览 1 评论 0原文

为什么绝对布局被弃用?我知道它可能会导致支持多个屏幕的问题,但更适合在特定位置显示视图。

why absolutelayout is deprecated? I know that it may cause problems in supporting multiple screens but was better for showing view at particular position.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

未蓝澄海的烟 2024-12-11 11:02:18

因为绝对定位在各种屏幕分辨率和宽高比的世界中并没有太大用处。您通常会让元素定位由更灵活的布局来计算。

来自文档:与没有绝对定位的其他类型的布局相比,绝对布局不太灵活且难以维护。

但是,如果它适合您的特殊目的,请使用它。

Because absolute positioning is not too much useful in world of various screen resolutions and aspect ratios. You'd usually leave element positioning to be computed by more flexible layouts.

From docs: Absolute layouts are less flexible and harder to maintain than other types of layouts without absolute positioning.

However, if it fits your special purpose, just use it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文