1{ 2 "id": "Charger", 3 "screenWidth": 720, 4 "screenHeight": 1280, 5 "dir": "/system/etc/charger/resources", 6 "bgColor": "#000000ff", 7 "subpages": [ 8 { 9 "id": "Animation", 10 "coms": [ 11 "Charging_Animation_Image", 12 "Charging_Percent_Label" 13 ], 14 "bgColor": "#000000ff" 15 }, 16 { 17 "id": "Lackpower_Charging_Prompt", 18 "coms": [ 19 "LackPower_Charging_Label" 20 ], 21 "bgColor": "#000000ff" 22 }, 23 { 24 "id": "Lackpower_Not_Charging_Prompt", 25 "coms": [ 26 "LackPower_Not_Charging_Label" 27 ], 28 "bgColor": "#000000ff" 29 } 30 ], 31 "default": { 32 "Common": { 33 "visible": false 34 }, 35 "UILabel": { 36 "bgColor": "#00000000", 37 "fontColor": "#ffffffe6", 38 "align": "center" 39 }, 40 "UIImageView": { 41 "imgCnt": 1, 42 "updInterval": 0, 43 "filePrefix": "" 44 } 45 }, 46 "coms": [ 47 { 48 "type": "UIImageView", 49 "id": "Charging_Animation_Image", 50 "x": 180, 51 "y": 410, 52 "w": 400, 53 "h": 400, 54 "resPath": "/system/etc/charger/resources/", 55 "imgCnt": 62, 56 "updInterval": 60, 57 "filePrefix": "loop" 58 }, 59 { 60 "type": "UILabel", 61 "id": "Charging_Percent_Label", 62 "text": "", 63 "x": 365, 64 "y": 580, 65 "w": 65, 66 "h": 43, 67 "fontSize": 32 68 }, 69 { 70 "type": "UILabel", 71 "id": "LackPower_Charging_Label", 72 "text": "电池电量低", 73 "x": 229, 74 "y": 1037, 75 "w": 250, 76 "h": 45, 77 "fontSize": 42, 78 "fontColor": "#ff0000ff" 79 }, 80 { 81 "type": "UILabel", 82 "id": "LackPower_Not_Charging_Label", 83 "text": "电池电量低,请连接电源", 84 "x": 110, 85 "y": 1037, 86 "w": 500, 87 "h": 45, 88 "fontSize": 42, 89 "fontColor": "#ff0000ff" 90 } 91 ] 92} 93