• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "id" : "menu",
3    "bgColor" : "#000000ff",
4    "coms" : [
5        {
6            "id" : "label_id_0",
7            "type" : "UILabel",
8            "text" : "Reboot to normal system",
9            "x" : 0,
10            "y" : 0,
11            "w" : 100,
12            "h" : 100,
13            "align" : "center",
14            "visible" : true,
15            "fontSize" : 10,
16            "bgColor" : "#ffffffff",
17            "fontColor" : "#ffffffff",
18            "style" : "normal"
19        },
20        {
21            "id" : "image_view",
22            "type" : "UIImageView",
23            "x" : 0,
24            "y" : 0,
25            "w" : 100,
26            "h" : 100,
27            "parent" : "rootview",
28            "visible" : true,
29            "filePrefix" : "",
30            "resPath" : "/res/images",
31            "imgCnt" : 100,
32            "updInterval" : 1
33        },
34        {
35            "id" : "box_progress_0",
36            "type" : "UIBoxProgress",
37            "x" : 0,
38            "y" : 0,
39            "w" : 100,
40            "h" : 100,
41            "parent" : "rootview",
42            "visible" : true,
43            "defaultValue" : 10,
44            "bgColor" : "#ffffffff",
45            "fgColor" : "#ffffffff",
46            "endPoint" : "",
47            "hasEp" : false
48        }
49    ]
50}