• 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            "parent" : "rootview",
14            "align" : "center",
15            "visible" : true,
16            "fontSize" : 10,
17            "bgColor" : "#ffffffff",
18            "fontColor" : "#ffffffff"
19        }
20    ]
21}