75 lines
2.4 KiB
JSON
75 lines
2.4 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": "StaticImage",
|
|
"name": "phoneMain",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": -60,
|
|
"width": 617.4,
|
|
"height": 991.2,
|
|
"texture": "resources/w/ui/img/phoneBank/PhoneBank002.png"
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "buttonBack",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"y": 280,
|
|
"x": -180,
|
|
"width": 95.2,
|
|
"height": 95.2,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/phoneBank/PhoneBankBack002.png",
|
|
"hover": "resources/w/ui/img/phoneBank/PhoneBankBack002.png",
|
|
"pressed": "resources/w/ui/img/phoneBank/PhoneBankBack002.png"
|
|
}
|
|
},
|
|
{
|
|
"type": "TextView",
|
|
"name": "balanceText",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"x": -20,
|
|
"y": 120,
|
|
"width": 300,
|
|
"height": 60,
|
|
"text": "5 500 сом",
|
|
"fontSize": 40,
|
|
"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
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |