Component - Custom layouts
This UI component demonstrates how to create a custom layout in Android using Kotlin. It arranges child views manually by overriding the onMeasure and onLayout methods, allowing precise control over their size and position.