{ "root": { "type": "FrameLayout", "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "loadBkg", "width": "match_parent", "height": "match_parent", "texture": "resources/w/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": "TextView", "name": "loadTitle", "width": 300, "height": 70, "text": "Select a saved game:", "fontSize": 48, "textCentered": true }, { "type": "TextButton", "name": "loadSlot1Button", "width": 600, "height": 70, "text": "(empty)", "fontSize": 24, "textCentered": true }, { "type": "TextButton", "name": "loadSlot2Button", "width": 600, "height": 70, "text": "(empty)", "fontSize": 24, "textCentered": true }, { "type": "TextButton", "name": "loadSlot3Button", "width": 600, "height": 70, "text": "(empty)", "fontSize": 24, "textCentered": true }, { "type": "TextButton", "name": "loadSlot4Button", "width": 600, "height": 70, "text": "(empty)", "fontSize": 24, "textCentered": true } ] }, { "type": "TextButton", "name": "loadBackButton", "horizontal_gravity": "center", "vertical_gravity": "bottom", "y": 40, "width": 200, "height": 60, "text": "Back", "fontSize": 40, "textCentered": true } ] } }