{ "root": { "type": "FrameLayout", "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "languageBkg", "width": 2992, "height": 1632, "horizontal_gravity": "center", "vertical_gravity": "center", "texture": "resources/w/ui/img/main/MenuBkg001_v001.png" }, { "type": "LinearLayout", "orientation": "vertical", "horizontal_gravity": "center", "vertical_gravity": "center", "horizontal_align": "left", "width": 500, "height": 600, "spacing": 20, "children": [ { "type": "TextView", "name": "languageTitleText", "width": 500, "height": 60, "text": "Язык / Language", "fontSize": 40, "textCentered": true, "color": [1.0, 1.0, 1.0, 1.0] }, { "type": "TextButton", "name": "languageRussianButton", "width": 500, "height": 80, "text": "Русский", "fontSize": 48, "textCentered": true, "color": [0.2, 0.9, 0.2, 1.0] }, { "type": "TextButton", "name": "languageEnglishButton", "width": 500, "height": 80, "text": "English", "fontSize": 48, "textCentered": true, "color": [0.2, 0.9, 0.2, 1.0] } ] }, { "type": "TextButton", "name": "languageBackButton", "horizontal_gravity": "center", "vertical_gravity": "bottom", "y": 40, "width": 200, "height": 60, "text": "Back", "fontSize": 40, "textCentered": true } ] } }