{ "root": { "type": "FrameLayout", "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "mainMenuBkg", "width": "match_parent", "height": "match_parent", "texture": "resources/ui/img/main/bkg.png" }, { "type": "LinearLayout", "orientation": "vertical", "horizontal_align": "center", "vertical_align": "center", "spacing": 24, "width": "match_parent", "height": "match_parent", "children": [ { "type": "TextButton", "name": "menuStartButton", "width": 300, "height": 70, "text": "Start", "fontSize": 48, "textCentered": true }, { "type": "TextButton", "name": "menuAboutButton", "width": 300, "height": 70, "text": "About", "fontSize": 48, "textCentered": true }, { "type": "TextButton", "name": "menuExitButton", "width": 300, "height": 70, "text": "Exit", "fontSize": 48, "textCentered": true } ] }, { "type": "TextView", "name": "mainMenuVersion", "horizontal_gravity": "right", "vertical_gravity": "bottom", "x": 10, "y": 10, "width": 160, "height": 36, "text": "v. 1.0", "fontSize": 24, "textCentered": false, "topAligned": true, "paddingY": 4 } ] } }