Layout Resource | Android Developers
A layout resource defines the architecture for the UI in an Activity or a component of a UI. You should not assume that any derivation of ViewGroup will accept nested Views. Some ViewGroups are implementations of the AdapterView class, which determines…...