• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2  ~ Copyright (C) 2023 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16<overlay>
17    <item
18        target="string/config_appGridComponentName"
19        value="@string/config_appGridComponentName" />
20
21    <item
22        target="bool/config_enableTopSystemBar"
23        value="@bool/config_enableTopSystemBar" />
24    <item
25        target="bool/config_enableLeftSystemBar"
26        value="@bool/config_enableLeftSystemBar" />
27    <item
28        target="bool/config_enableRightSystemBar"
29        value="@bool/config_enableRightSystemBar" />
30    <item
31        target="bool/config_enableBottomSystemBar"
32        value="@bool/config_enableBottomSystemBar" />
33    <item
34        target="bool/config_showHeadsUpNotificationOnBottom"
35        value="@bool/config_showHeadsUpNotificationOnBottom" />
36
37    <item
38        target="integer/config_topSystemBarType"
39        value="@integer/config_topSystemBarType" />
40    <item
41        target="integer/config_leftSystemBarType"
42        value="@integer/config_leftSystemBarType" />
43    <item
44        target="integer/config_rightSystemBarType"
45        value="@integer/config_rightSystemBarType" />
46    <item
47        target="integer/config_bottomSystemBarType"
48        value="@integer/config_bottomSystemBarType" />
49    <item
50        target="integer/config_topSystemBarZOrder"
51        value="@integer/config_topSystemBarZOrder" />
52    <item
53        target="integer/config_leftSystemBarZOrder"
54        value="@integer/config_leftSystemBarZOrder" />
55    <item
56        target="integer/config_rightSystemBarZOrder"
57        value="@integer/config_rightSystemBarZOrder" />
58    <item
59        target="integer/config_bottomSystemBarZOrder"
60        value="@integer/config_bottomSystemBarZOrder" />
61    <item
62        target="integer/config_statusIconLayoutOrientation"
63        value="@integer/config_statusIconLayoutOrientation" />
64
65    <item
66        target="string/config_notificationPanelViewMediator"
67        value="@string/config_notificationPanelViewMediator" />
68    <item
69        target="integer/config_systemBarPersistency"
70        value="@integer/config_systemBarPersistency" />
71    <item
72        target="integer/config_showDisplayCompatToolbarOnSystemBar"
73        value="@integer/config_showDisplayCompatToolbarOnSystemBar" />
74</overlay>