Back to Developer Roadmap

Frame Layout

src/data/roadmaps/android/content/[email protected]

4.0516 B
Original Source

Frame Layout

FrameLayout is a simple ViewGroup subclass in Android that is designed to hold a single child view or a stack of overlapping child views. It positions each child in the top-left corner by default and allows them to overlap on top of each other, which makes it useful for situations where you need to layer views on top of one another.

Visit the following resources to learn more: