I have two XML layouts declared in the res / layout folder, which contains a common template, and the other contains views specific to a particular screen. I want to add a second xml layout to the first, i.e. to the general. Since both of these layouts are declared as XML, I cannot add them to another. How to solve this problem?
source share