How to add another layout in xml in LinearLayout , which is already created in the res/layout folder?

For example, a ready layout is called game_field.xml

    1 answer 1

    In your case, the <include/> tag is in a hurry <include/>

    Example

     <include layout="@layout/game_field"/> 

    A bit more detail in the official training.