在使用Android Studio时,我遇到了约束布局。我使用下面提到的链接来了解它的全部内容:
但我还有一个小问题。在RelativeLayout中,我们使用android:layout_alignParentBottom
,android:layout_alignParentTop
等。它们都以android
开头。但是在ConstraintLayout中,我们必须使用app:layout_constraintLeft_toRightOf
等。
您能解释一下使用app
和android
前缀及其重要性之间的区别吗?
答案 0 :(得分:0)
android
通常用于来自Android SDK本身的属性。
app
。
ConstraintLayout是支持库中可用的新布局。因此" app"