{ "root": { "type": "FrameLayout", "name": "hud_root", "width": "match_parent", "height": "match_parent", "vertical_align": "center", "horizontal_align": "center", "children": [ { "type": "StaticImage", "name": "background", "width": 640, "height": 1200, "y": 68, "horizontal_gravity": "center", "vertical_gravity": "top", "texture": "resources/w/ui/img/inv/PortraitInventoryItemBkg003.png" }, { "type": "Button", "name": "inventoryExitButton", "horizontal_gravity": "center", "vertical_gravity": "top", "width": 120, "height": 120, "x": 267, "y": 60, "textures": { "normal": "resources/w/ui/img/Close001_State=Default.png", "hover": "resources/w/ui/img/Close001_State=Selected.png", "pressed": "resources/w/ui/img/Close001_State=Tap.png" } }, { "type": "StaticImage", "name": "selectedItemPic", "width": 274, "height": 274, "x": -200, "y": 190, "horizontal_gravity": "center", "vertical_gravity": "top", "texture": "resources/w/ui/img/inv/ItemSelReportCard001.png" }, { "type": "TextView", "name": "selectedText", "horizontal_gravity": "center", "vertical_gravity": "top", "x": 10, "y": 140, "width": 600, "height": 137, "text": "Серебряный нож.", "fontSize": 60, "fontPath": "resources/fonts/DroidSans.ttf", "textCentered": false, "topAligned": true, "wrap": true, "paddingX": 0.0, "paddingY": 0.0, "color": [ 0.318, 0.635, 1.0, 1.0 ] }, { "type": "TextView", "name": "selectedDescription", "horizontal_gravity": "center", "vertical_gravity": "top", "x": 4.0, "y": 520.0, "width": 580.0, "height": 400.0, "text": "А все бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут бегут а мы идем.", "fontSize": 48, "fontPath": "resources/fonts/DroidSans.ttf", "textCentered": false, "topAligned": true, "wrap": true, "paddingX": 0.0, "paddingY": 0.0, "color": [ 1.0, 1.0, 1.0, 1.0 ] } ] } }