add ids.json and layout.json
[staging/windowmanager.git] / layout.json
1 [
2    {
3       "areas": [
4          {
5             "height": "1920",
6             "name": "ControleBar",
7             "width": "1080",
8             "x": "0",
9             "y": "0",
10             "zorder": "0"
11         },
12          {
13             "height": "1920",
14             "name": "HomeButton",
15             "width": "100",
16             "x": "0",
17             "y": "0",
18             "zorder": "0"
19          }
20       ],
21       "name": "HomeScreenBasic"
22    },
23    {
24       "areas": [
25          {
26             "height": "1280",
27             "name": "Main",
28             "width": "1080",
29             "x": "0",
30             "y": "300",
31             "zorder": "0"
32          },
33          {
34             "height": "1280",
35             "name": "Sub",
36             "width": "1080",
37             "x": "0",
38             "y": "600",
39             "zorder": "0"
40          }
41       ],
42       "name": "ApssHalfBasic"
43    }
44 ]