diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-09-10 14:35:09 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-09-10 14:35:09 +0900 |
commit | 1a053606f3601f0a6110623c798a86560cac2328 (patch) | |
tree | 3319ca32986e45dd7a2308e538134f555b5740c9 | |
parent | 38255dcda8e7e9462ed3b16ebe39c638bc9b349f (diff) |
add focusapp for testsandbox/zheng_wenlong/focusapp
-rw-r--r-- | layers.json | 2 | ||||
-rw-r--r-- | layers.json.split | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/layers.json b/layers.json index fddd258..6107ee6 100644 --- a/layers.json +++ b/layers.json @@ -26,7 +26,7 @@ "comment": "Range of IDs that will always be placed on layer 1001" }, { - "role": "software_keyboard", + "role": "focusapp", "name": "NearHomeScreen", "layer_id": 1002, "comment": "NearHomeScreen is the part of HomeScreen. The z order of this layer is upper than FarHomeScreen" diff --git a/layers.json.split b/layers.json.split index 641e2f4..def4b2d 100644 --- a/layers.json.split +++ b/layers.json.split @@ -29,13 +29,13 @@ { "name": "map", "main_match": "map", - "sub_match": "hvac|music", + "sub_match": "video|music", "priority": 1000 } ] }, { - "role": "software_keyboard", + "role": "focusapp", "name": "NearHomeScreen", "layer_id": 1002, "comment": "NearHomeScreen is the part of HomeScreen. The z order of this layer is upper than FarHomeScreen" |