86 lines
2.9 KiB
JSON
86 lines
2.9 KiB
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"name": "hud_root",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"vertical_align": "center",
|
|
"horizontal_align": "center",
|
|
"children": [
|
|
{
|
|
"type": "Button",
|
|
"name": "phoneExitButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": 0,
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"textures": {
|
|
"normal": "resources/transparent.png",
|
|
"hover": "resources/transparent.png",
|
|
"pressed": "resources/transparent.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "phoneMain",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": -60,
|
|
"width": 882,
|
|
"height": 1416,
|
|
"clickZoneWidth": 600,
|
|
"clickZoneHeight": 900,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/phone/PhoneChat001.png",
|
|
"hover": "resources/w/ui/img/phone/PhoneChat001.png",
|
|
"pressed": "resources/w/ui/img/phone/PhoneChat001.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "FrameLayout",
|
|
"name": "chatMessagesContainer",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"width": "match_parent",
|
|
"height": 1000
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "chatTopCover",
|
|
"width": 638,
|
|
"height": 101.25,
|
|
"x": 0,
|
|
"y": 536,
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"texture": "resources/w/ui/img/phone/chat_top_cover001.png"
|
|
},
|
|
{
|
|
"type": "TextButton",
|
|
"name": "chatTitleButton",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"x": 0.0,
|
|
"y": 424,
|
|
"width": 638,
|
|
"height": 112,
|
|
"text": "Aiperi",
|
|
"textPaddingY": 28.0,
|
|
"textPaddingX": 216.0,
|
|
"fontSize": 40,
|
|
"fontPath": "resources/fonts/DroidSans.ttf",
|
|
"textCentered": false,
|
|
"topAligned": true,
|
|
"wrap": true,
|
|
"color": [1.0, 1.0, 1.0, 1.0],
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/phone/CharHeader001.png",
|
|
"hover": "resources/w/ui/img/phone/CharHeader001.png",
|
|
"pressed": "resources/w/ui/img/phone/CharHeader001.png"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|