{ "root": { "type": "FrameLayout", "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "settingsBkg", "width": "match_parent", "height": "match_parent", "texture": "resources/w/ui/img/main/bkg.png" }, { "type": "TextButton", "name": "settingsBackButton", "horizontal_gravity": "center", "vertical_gravity": "bottom", "y": 40, "width": 200, "height": 60, "text": "Назад", "fontSize": 40, "textCentered": true } ] } }