1{
2    "id" : "menu",
3    "bgColor" : "#000000ff",
4    "coms" : [
5        {
6            "id" : "label_button_0",
7            "type" : "UILabelButton",
8            "x" : 0,
9            "y" : 0,
10            "w" : 100,
11            "h" : 100,
12            "bgColor": "#e5e7e9ff",
13            "txtColor": "#007dffff",
14            "focusedBgColor": "#007dffff",
15            "focusedTxtColor": "#ffffffff",
16            "focusable" : true
17        }
18    ]
19}