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 "align" : "center", 14 "visible" : true, 15 "fontSize" : 10, 16 "bgColor" : "#ffffffff", 17 "fontColor" : "#ffffffff", 18 "style" : "normal", 19 "focusInfo" : { 20 "focusedBgColor" : "#ffffffff", 21 "focusedFontColor" : "#ffffffff", 22 "focusable" : false 23 }, 24 "touchable" : false, 25 "lineBreakMode" : "ellipsis" 26 }, 27 { 28 "id" : "image_view", 29 "type" : "UIImageView", 30 "x" : 0, 31 "y" : 0, 32 "w" : 100, 33 "h" : 100, 34 "parent" : "rootview", 35 "visible" : true, 36 "filePrefix" : "", 37 "resPath" : "/res/images", 38 "imgCnt" : 100, 39 "updInterval" : 1 40 }, 41 { 42 "id" : "box_progress_0", 43 "type" : "UIBoxProgress", 44 "x" : 0, 45 "y" : 0, 46 "w" : 100, 47 "h" : 100, 48 "parent" : "rootview", 49 "visible" : true, 50 "defaultValue" : 10, 51 "bgColor" : "#ffffffff", 52 "fgColor" : "#ffffffff", 53 "endPoint" : "", 54 "hasEp" : false 55 } 56 ] 57}