diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-07-27 15:48:54 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | 6e71dedf241e27e46d6368c4317c00d5b8a63618 (patch) | |
tree | 78b92d263d7654d5c13e316237f4cedaada8a259 /layout.json | |
parent | 95ccbb9f965e2b04ec13ee9ed6d6fb60ef8feb33 (diff) |
add ids.json and layout.json
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'layout.json')
-rw-r--r-- | layout.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/layout.json b/layout.json new file mode 100644 index 0000000..be82f35 --- /dev/null +++ b/layout.json @@ -0,0 +1,44 @@ +[ + { + "areas": [ + { + "height": "1920", + "name": "ControleBar", + "width": "1080", + "x": "0", + "y": "0", + "zorder": "0" + }, + { + "height": "1920", + "name": "HomeButton", + "width": "100", + "x": "0", + "y": "0", + "zorder": "0" + } + ], + "name": "HomeScreenBasic" + }, + { + "areas": [ + { + "height": "1280", + "name": "Main", + "width": "1080", + "x": "0", + "y": "300", + "zorder": "0" + }, + { + "height": "1280", + "name": "Sub", + "width": "1080", + "x": "0", + "y": "600", + "zorder": "0" + } + ], + "name": "ApssHalfBasic" + } +] |