how to find include layout in android 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" />