gpt4 book ai didi

android - 为什么 Android 对 ConstraintLayout 使用单独的 xmlns

转载 作者:行者123 更新时间:2023-11-30 00:38:35 26 4
gpt4 key购买 nike

我对 Android 中的 ConstraintLayout 有点困惑。我正在了解它,首先我对它感到困惑为什么 android 为它使用单独的 xml 命名空间? xmlns:app="http://schemas.android.com/apk/res-auto"

ConstraintLayout 是 Layout 的一部分,那么为什么谷歌没有将它添加到旧的命名空间中呢? xmlns:android="http://schemas.android.com/apk/res/android"

为什么 android 需要在 XML 中写入完整的限定名称? android.support.constraint.ConstraintLayout 为什么不只是 ConstraintLayout?作为 RelativeLayout?

最佳答案

ConstraintLayout is part of Layout then why google didn't added it in the old namespace?

这是为平台定义的属性保留的。 ConstraintLayout 来自库,而不是来自平台。

and why android required to write full qualified name in XML? android.support.constraint.ConstraintLayout why not just ConstraintLayout?

Android 只知道在几个平台定义的包中查找 View ,使用速记、纯类名表示法。 android.support.constraint 来自库,而不是平台。

关于android - 为什么 Android 对 ConstraintLayout 使用单独的 xmlns,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42958196/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com