Componentizing Views in AndroidWarningThis post is more than a year old. Information may be outdated.<!-- 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" /> Backlinks (2)Comments220917Android