Component - Box layout
The Box layout in Android using Kotlin arranges child views by stacking them on top of each other. It is useful when you want to overlay views or place one view inside another, like putting text over an image.
The Box layout in Android using Kotlin arranges child views by stacking them on top of each other. It is useful when you want to overlay views or place one view inside another, like putting text over an image.
FrameLayout ├── ImageView └── TextView