Build: Simple ScrollView Screen
A screen that shows a vertical list of colored boxes inside a scrollable area.
Target UI
--------------------- | ScrollView Screen | |-------------------| | [Red Box] | | [Green Box] | | [Blue Box] | | [Yellow Box] | | [Purple Box] | | [Orange Box] | | | | (Scroll to see more) ---------------------
Use a ScrollView to allow vertical scrolling
Display at least 6 colored boxes stacked vertically
Each box should have a fixed height and fill most of the screen width
Boxes should have distinct background colors
Add some spacing between boxes