diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-05-08 18:57:48 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-05-09 10:13:23 +0900 |
commit | a98320a337645609da7060b20478969196cc2f4e (patch) | |
tree | 5d07beb06653f62c00007a6000d866a79450c9b6 /src/layout_manager/db | |
parent | c8522774fa7a5f4b8d6dad40bc262fb9373559df (diff) |
Modify layers.json and layout.db
layers.json
* Forgot to change the layer name
layout.db
* Change the name of area and layer
* Modify the size of area
Change-Id: I9edd547419d894aef0142e9ef9668e08987549dc
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/layout_manager/db')
-rw-r--r-- | src/layout_manager/db/layout.db | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/layout_manager/db/layout.db b/src/layout_manager/db/layout.db index b8bf551..0de262f 100644 --- a/src/layout_manager/db/layout.db +++ b/src/layout_manager/db/layout.db @@ -94,7 +94,7 @@ "layer": "homescreen", "areas": [ { - "name": "", + "name": "fullscreen", "role": "homescreen" } ] @@ -197,16 +197,16 @@ "areas": [ "description": "The area is in the layer. The layout attaches areas to the layer" { - "name": "normal", + "name": "fullscreen", "rect": { "x": 0, - "y": 218, + "y": 0, "w": 1080, - "h": 1488 + "h": 1920 } }, { - "name": "restriction.normal", + "name": "normal", "rect": { "x": 0, "y": 218, @@ -215,7 +215,7 @@ } }, { - "name": "restriction.split.main", + "name": "split.main", "rect": { "x": 0, "y": 218, @@ -224,7 +224,7 @@ } }, { - "name": "restriction.split.sub", + "name": "split.sub", "rect": { "x": 0, "y": 962, @@ -233,7 +233,7 @@ } }, { - "name": "split.main", + "name": "software_keyboard", "rect": { "x": 0, "y": 962, @@ -242,39 +242,39 @@ } }, { - "name": "split.sub", + "name": "restriction.normal", "rect": { "x": 0, - "y": 962, + "y": 218, "w": 1080, - "h": 744 + "h": 1488 } }, { - "name": "fullscreen", + "name": "restriction.split.main", "rect": { "x": 0, - "y": 0, + "y": 218, "w": 1080, - "h": 1920 + "h": 744 } }, { - "name": "pop_up", + "name": "restriction.split.sub", "rect": { "x": 0, - "y": 640, + "y": 962, "w": 1080, - "h": 640 + "h": 744 } }, { - "name": "software_keyboard", + "name": "pop_up", "rect": { "x": 0, - "y": 1162, + "y": 640, "w": 1080, - "h": 544 + "h": 640 } }, { |