Componentizing Views in AndroidWarningThis post is more than a year old. Information may be outdated.xml<!-- import panel --> <include android:id="@+id/panel" layout="@layout/panel" android:layout_width="match_parent" android:layout_height="wrap_content" app:layout_constraintTop_toTopOf="parent" />Backlinks2220917Android