Is it possible to "inflate" a layout inside a View or FrameLayout?

0

Is it possible to inflate a layout (call A) that has its full xml inside a View or FrameLayout that is contained in another layout (xml)?

For example, the screen mounted through layout A would be bounded by the View of layout B. I know there is an option to do an include, but this is not the goal.

    
asked by anonymous 02.02.2016 / 13:04

0 answers