1{
2 "id" : "menu",
3 "bgColor" : "#000000ff",
4 "coms" : [
5 {
6 "id" : "image_view",
7 "x" : 0,
8 "y" : 0,
9 "w" : 100,
10 "h" : 100,
11 "parent" : "menu",
12 "visible" : true,
13 "resPath" : "/res/images",
14 "imgCnt" : 100,
15 "filePrefix" : "",
16 "updInterval" : 1
17 }
18 ]
19}