• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "id" : "menu",
3    "bgColor" : "#000000ff",
4    "coms" : [
5        {
6            "id" : "image_view",
7            "type" : "UIImageView",
8            "x" : 0,
9            "y" : 0,
10            "w" : 100,
11            "h" : 100,
12            "parent" : "menu",
13            "visible" : true,
14            "resPath" : "/res/images",
15            "imgCnt" : 100,
16            "filePrefix" : "",
17            "updInterval" : 1
18        }
19    ]
20}