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 }, 27 "UIImageView": { 28 "imgCnt" : 1, 29 "updInterval": 0, 30 "filePrefix" : "" 31 }, 32 "UILabelButton": { 33 "bgColor": "#e5e7e9ff", 34 "txtColor": "#007dffff", 35 "focusedBgColor": "#007dffff", 36 "focusedTxtColor": "#ffffffff", 37 "focusable" : true 38 } 39 }, 40 "coms": [ 41 { 42 "type": "UIImageView", 43 "id": "OHOSIcon_Image", 44 "x": 120, 45 "y": 426, 46 "w": 480, 47 "h": 60, 48 "resPath": "/resources/images/icon/lightOUCOHlogo.png" 49 }, 50 { 51 "type": "UILabelButton", 52 "id": "SdUpdate_Button", 53 "text": "[LABEL_UPDATE_FROM_SDCARD]", 54 "x": 48, 55 "y": 800, 56 "w": 624, 57 "h": 80, 58 "fontSize": 32 59 }, 60 { 61 "type": "UILabelButton", 62 "id": "RebootDevice_Button", 63 "text": "[LABEL_REBOOT_DEVICE]", 64 "x": 48, 65 "y": 1130, 66 "w": 624, 67 "h": 60, 68 "fontSize": 32 69 }, 70 { 71 "type": "UILabelButton", 72 "id": "FactoryRstNormal_Button", 73 "text": "[LABEL_USER_DATA_RESET]", 74 "x": 48, 75 "y": 910, 76 "w": 624, 77 "h": 80, 78 "fontSize": 32 79 }, 80 { 81 "type": "UILabelButton", 82 "id": "FactoryRst_Button", 83 "text": "[LABEL_USER_DATA_RESET]", 84 "x": 48, 85 "y": 910, 86 "w": 624, 87 "h": 80, 88 "fontSize": 32 89 }, 90 { 91 "type": "UILabelButton", 92 "id": "Reboot_Button", 93 "text": "[LABEL_REBOOT]", 94 "x": 48, 95 "y": 1020, 96 "w": 624, 97 "h": 80, 98 "fontSize": 32 99 }, 100 { 101 "type": "UILabelButton", 102 "id": "Shutdown_Button", 103 "text": "[LABEL_SHUTDOWN]", 104 "x": 48, 105 "y": 1130, 106 "w": 624, 107 "h": 80, 108 "fontSize": 32 109 }, 110 { 111 "type": "UILabel", 112 "id": "Usage_Label", 113 "text": "[LABEL_MENU_USAGE]", 114 "x": 62, 115 "y": 548, 116 "w": 596, 117 "h": 38, 118 "fontSize": 28, 119 "fontColor": "#00000099" 120 } 121 ] 122}