Build: Simple View Screen
This screen shows how to use the View component to create a colored box with some text inside.
Target UI
--------------------- | | | [ Blue Box ] | | Hello inside | | | ---------------------
Use a View component with a blue background color
Inside the View, place a Text component with the text 'Hello inside'
Center the text horizontally and vertically inside the View
Set the View size to 200x100 pixels
Add some margin around the View