{ "root": { "type": "FrameLayout", "width": "match_parent", "height": "match_parent", "children": [ { "type": "StaticImage", "name": "aboutBkg", "width": 2992, "height": 1632, "horizontal_gravity": "center", "vertical_gravity": "center", "texture": "resources/w/ui/img/main/MenuBkg001_v001.png" }, { "type": "StaticImage", "name": "aboutPicture", "width": 720, "height": 720, "horizontal_gravity": "center", "vertical_gravity": "center", "texture": "resources/w/ui_en/img/main/aboutPage003android.png" }, { "type": "TextButton", "name": "websiteButton", "horizontal_gravity": "center", "vertical_gravity": "center", "y": 200, "width": 200, "height": 60, "text": "Shadow over Bishkek website", "fontSize": 36, "color": [0.55, 0.9, 1.0, 1.0], "textCentered": true }, { "type": "TextButton", "name": "telegramButton", "horizontal_gravity": "center", "vertical_gravity": "center", "y": -240, "x": -150, "width": 200, "height": 60, "text": "Telegram channel", "fontSize": 40, "color": [0.55, 0.9, 1.0, 1.0], "textCentered": true }, { "type": "TextButton", "name": "discordButton", "horizontal_gravity": "center", "vertical_gravity": "center", "y": -240, "x": 150, "width": 200, "height": 60, "text": "Our Discord", "fontSize": 40, "color": [0.55, 0.9, 1.0, 1.0], "textCentered": true }, { "type": "TextButton", "name": "aboutBackButton", "horizontal_gravity": "center", "vertical_gravity": "bottom", "y": 40, "width": 200, "height": 60, "text": "Back", "fontSize": 40, "textCentered": true } ] } }