Conclusion
In this lesson, you’ve learned about layout composables and how you can use them to arrange and position different elements on the screen. You learned:
- What a layout composable is.
- Different layout options that compose offers.
- How to use Rows to stack items horizontally.
- How to use Columns to stack items vertically.
- How to use Box to stack items on top of one another.
- Different arrangement and alignment options compose offers.