{ "root": { "type": "FrameLayout", "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "saveBkg", "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": "saveTitle", "width": 300, "height": 70, "text": "Выберите слот для сохранения:", "fontSize": 48, "textCentered": true }, { "type": "TextButton", "name": "saveSlot1Button", "width": 300, "height": 70, "text": "(пусто)", "fontSize": 48, "textCentered": true }, { "type": "TextButton", "name": "saveSlot2Button", "width": 300, "height": 70, "text": "(пусто)", "fontSize": 48, "textCentered": true }, { "type": "TextButton", "name": "saveSlot3Button", "width": 300, "height": 70, "text": "(пусто)", "fontSize": 48, "textCentered": true }, { "type": "TextButton", "name": "saveSlot4Button", "width": 300, "height": 70, "text": "(пусто)", "fontSize": 48, "textCentered": true } ] }, { "type": "TextButton", "name": "saveBackButton", "horizontal_gravity": "center", "vertical_gravity": "bottom", "y": 40, "width": 200, "height": 60, "text": "Назад", "fontSize": 40, "textCentered": true } ] } }