cho.sh
Componentizing Views in Android

Componentizing Views in Android

Warning

This 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"
/>