android studio include layout code example
Example: android include layout
<include layout="@layout/content_order"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<include layout="@layout/content_order"
android:layout_width="match_parent"
android:layout_height="wrap_content" />