From a98320a337645609da7060b20478969196cc2f4e Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Tue, 8 May 2018 18:57:48 +0900 Subject: 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 --- src/layout_manager/db/layout.db | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src') 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 } }, { -- cgit 1.2.3-korg