Build: Simple ScrollView Screen
This screen shows a vertical list of colored boxes inside a scrollable area. The user can scroll up and down to see all boxes.
Target UI
--------------------- | Simple ScrollView | |-------------------| | [Red Box] | | [Green Box] | | [Blue Box] | | [Yellow Box] | | [Purple Box] | | [Orange Box] | | | | | | | ---------------------
Use a ScrollView to allow vertical scrolling
Inside the ScrollView, add six colored rectangular views stacked vertically
Each colored box should have a fixed height of 150 points and full screen width
Add some spacing (10 points) between each colored box
The screen should have a navigation title 'Simple ScrollView'