• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "id": "menu",
3    "bgColor" : "#000000ff",
4    "subpages" : [
5        {
6            "id":"normal",
7            "coms":[
8                "OHOSIcon_Image",
9                "SdUpdate_Button",
10                "FactoryRstNormal_Button",
11                "Reboot_Button",
12                "Shutdown_Button",
13                "Usage_Label"
14            ],
15            "bgColor" : "#f1f3f5ff"
16        }
17    ],
18    "default": {
19        "Common": {
20            "visible": false
21        },
22        "UILabel": {
23            "bgColor": "#f1f3f5ff",
24            "fontColor": "#000000e6",
25            "align" : "center",
26            "style": "normal",
27            "focusInfo": {
28                "focusedBgColor": "#f1f3f5ff",
29                "focusedFontColor": "#000000e6",
30                "focusable": false
31            },
32            "touchable": false,
33            "lineBreakMode" : "ellipsis"
34        },
35        "UIImageView": {
36            "imgCnt" : 1,
37            "updInterval": 0,
38            "filePrefix" : ""
39        },
40        "UILabelButton": {
41            "bgColor": "#e5e7e9ff",
42            "txtColor": "#007dffff",
43            "focusedBgColor": "#007dffff",
44            "focusedTxtColor": "#ffffffff",
45            "focusable" : true
46        }
47    },
48    "coms": [
49        {
50            "type": "UIImageView",
51            "id": "OHOSIcon_Image",
52            "x": 120,
53            "y": 426,
54            "w": 480,
55            "h": 60,
56            "resPath": "/resources/images/icon/lightOUCOHlogo.png"
57        },
58        {
59            "type": "UILabelButton",
60            "id": "SdUpdate_Button",
61            "text": "[LABEL_UPDATE_FROM_SDCARD]",
62            "x": 48,
63            "y": 800,
64            "w": 624,
65            "h": 80,
66            "fontSize": 32
67        },
68        {
69            "type": "UILabelButton",
70            "id": "RebootDevice_Button",
71            "text": "[LABEL_REBOOT_DEVICE]",
72            "x": 48,
73            "y": 1130,
74            "w": 624,
75            "h": 60,
76            "fontSize": 32
77        },
78        {
79            "type": "UILabelButton",
80            "id": "FactoryRstNormal_Button",
81            "text": "[LABEL_USER_DATA_RESET]",
82            "x": 48,
83            "y": 910,
84            "w": 624,
85            "h": 80,
86            "fontSize": 32
87        },
88        {
89            "type": "UILabelButton",
90            "id": "FactoryRst_Button",
91            "text": "[LABEL_USER_DATA_RESET]",
92            "x": 48,
93            "y": 910,
94            "w": 624,
95            "h": 80,
96            "fontSize": 32
97        },
98        {
99            "type": "UILabelButton",
100            "id": "Reboot_Button",
101            "text": "[LABEL_REBOOT]",
102            "x": 48,
103            "y": 1020,
104            "w": 624,
105            "h": 80,
106            "fontSize": 32
107        },
108        {
109            "type": "UILabelButton",
110            "id": "Shutdown_Button",
111            "text": "[LABEL_SHUTDOWN]",
112            "x": 48,
113            "y": 1130,
114            "w": 624,
115            "h": 80,
116            "fontSize": 32
117        },
118        {
119            "type": "UILabel",
120            "id": "Usage_Label",
121            "text": "[LABEL_MENU_USAGE]",
122            "x": 62,
123            "y": 548,
124            "w": 596,
125            "h": 38,
126            "fontSize": 28,
127            "fontColor": "#00000099"
128        }
129    ]
130}