
<!--
  ~ Copyright (C) 2023 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<overlay>
    <item target="bool/config_enableTopSystemBar" value="@bool/config_enableTopSystemBar"/>
    <item target="bool/config_enableLeftSystemBar" value="@bool/config_enableLeftSystemBar"/>
    <item target="bool/config_enableRightSystemBar" value="@bool/config_enableRightSystemBar"/>
    <item target="bool/config_enableBottomSystemBar" value="@bool/config_enableBottomSystemBar"/>
    <item target="bool/config_showHeadsUpNotificationOnBottom" value="@bool/config_showHeadsUpNotificationOnBottom"/>

    <item target="integer/config_topSystemBarType" value="@integer/config_topSystemBarType"/>
    <item target="integer/config_leftSystemBarType" value="@integer/config_leftSystemBarType"/>
    <item target="integer/config_rightSystemBarType" value="@integer/config_rightSystemBarType"/>
    <item target="integer/config_bottomSystemBarType" value="@integer/config_bottomSystemBarType"/>

    <item target="integer/config_topSystemBarZOrder" value="@integer/config_topSystemBarZOrder"/>
    <item target="integer/config_leftSystemBarZOrder" value="@integer/config_leftSystemBarZOrder"/>
    <item target="integer/config_rightSystemBarZOrder" value="@integer/config_rightSystemBarZOrder"/>
    <item target="integer/config_bottomSystemBarZOrder" value="@integer/config_bottomSystemBarZOrder"/>

    <item target="string/config_notificationPanelViewMediator" value="@string/config_notificationPanelViewMediator"/>
</overlay>