Build: ShapeSurfaceScreen
This screen shows a colored rectangle with rounded corners and a shadow to demonstrate surface and shape styling in Android using Kotlin.
Target UI
┌───────────────────────────────┐ │ ShapeSurfaceScreen │ │ ┌─────────────────────────┐ │ │ │ │ │ │ │ [ Rounded Rectangle ] │ │ │ │ │ │ │ └─────────────────────────┘ │ │ │ └───────────────────────────────┘
Create a screen with a centered rectangle shape
The rectangle must have rounded corners with 16dp radius
Add a subtle shadow below the rectangle to simulate elevation
Fill the rectangle with a light blue color
Use Material Design surface and shape theming where possible