1<?xml version="1.0" encoding="utf-8"?><!-- 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 38 <item 39 target="integer/config_topSystemBarType" 40 value="@integer/config_topSystemBarType" /> 41 <item 42 target="integer/config_leftSystemBarType" 43 value="@integer/config_leftSystemBarType" /> 44 <item 45 target="integer/config_rightSystemBarType" 46 value="@integer/config_rightSystemBarType" /> 47 <item 48 target="integer/config_bottomSystemBarType" 49 value="@integer/config_bottomSystemBarType" /> 50 51 <item 52 target="integer/config_topSystemBarZOrder" 53 value="@integer/config_topSystemBarZOrder" /> 54 <item 55 target="integer/config_leftSystemBarZOrder" 56 value="@integer/config_leftSystemBarZOrder" /> 57 <item 58 target="integer/config_rightSystemBarZOrder" 59 value="@integer/config_rightSystemBarZOrder" /> 60 <item 61 target="integer/config_statusIconLayoutOrientation" 62 value="@integer/config_statusIconLayoutOrientation" /> 63 <item 64 target="integer/config_bottomSystemBarZOrder" 65 value="@integer/config_bottomSystemBarZOrder" /> 66 67 <item 68 target="string/config_notificationPanelViewMediator" 69 value="@string/config_notificationPanelViewMediator" /> 70 71 <item 72 target="integer/config_showDisplayCompatToolbarOnSystemBar" 73 value="@integer/config_showDisplayCompatToolbarOnSystemBar" /> 74</overlay>