android:layout_height="wrap_content"
android:text="Hello world!"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
В чём отличе атрибута android: от app: ?
атрибуты с префиксом android относятся к фреймворку, а атрибуты с префиксом app относятся к приложению и библиотекам
Обсуждают сегодня