• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "id" : "menu",
3    "bgColor" : "#000000ff",
4    "default" : {
5        "Common" : {
6            "visible" : true
7        },
8        "UILabel" : {
9            "bgColor" : "#000000ff",
10            "fontColor" : "#ffffffff",
11            "align" : "center",
12            "style" : "normal",
13            "focusInfo" : {
14                "focusedBgColor" : "#000000ff",
15                "focusedFontColor" : "#ffffffff",
16                "focusable" : false
17            },
18            "touchable" : false,
19            "lineBreakMode" : "ellipsis"
20        }
21    },
22    "coms" : [
23        {
24            "type" : "UILabel",
25            "id" : "Label_RebootToNormalSystem",
26            "text" : "Reboot to normal system",
27            "x" : 1280,
28            "y" : 0,
29            "w" : 800,
30            "h" : 200,
31            "fontSize" : 60,
32            "visible" : false
33        },
34        {
35            "type" : "UILabel",
36            "id" : "Label_UserdataReset",
37            "text" : "Userdata reset",
38            "x" : 1280,
39            "y" : 200,
40            "w" : 800,
41            "h" : 200,
42            "fontSize" : 60
43        },
44        {
45            "type" : "UILabel",
46            "id" : "Label_UpdateFromSDCard",
47            "text" : "Update from SD Card",
48            "x" : 1280,
49            "y" : 400,
50            "w" : 800,
51            "h" : 200,
52            "fontSize" : 60
53        },
54        {
55            "type" : "UILabel",
56            "id" : "Label_MenuDialogTitle",
57            "text" : "Tip",
58            "x" : 1280,
59            "y" : 600,
60            "w" : 800,
61            "h" : 200,
62            "fontSize" : 40
63        },
64        {
65            "type" : "UILabel",
66            "id" : "Label_MenuDialogNote",
67            "text" : "Delete user date now...",
68            "x" : 1280,
69            "y" : 800,
70            "w" : 800,
71            "h" : 200,
72            "fontSize" : 40
73        },
74        {
75            "type" : "UILabel",
76            "id" : "Label_MenuDialogNext",
77            "text" : "Do you want to continue?",
78            "x" : 1280,
79            "y" : 1000,
80            "w" : 800,
81            "h" : 200,
82            "fontSize" : 40
83        },
84        {
85            "type" : "UILabel",
86            "id" : "Label_MenuDialogOK",
87            "text" : "Continue",
88            "x" : 1280,
89            "y" : 1200,
90            "w" : 800,
91            "h" : 200,
92            "fontSize" : 40
93        },
94        {
95            "type" : "UILabel",
96            "id" : "Label_MenuDialogCancel",
97            "text" : "Cancel",
98            "x" : 1680,
99            "y" : 1200,
100            "w" : 800,
101            "h" : 200,
102            "fontSize" : 40
103        }
104    ]
105}