blob: 4862022efaf434c972e93fdf6cc0a095c4a9efc5 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Copyright (C) 2021 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.
-->
<resources>
<bool name="config_showHeadsUpNotificationOnBottom">true</bool>
<string name="config_headsUpNotificationAnimationHelper" translatable="false">
com.android.car.notification.headsup.animationhelper.CarHeadsUpNotificationBottomAnimationHelper</string>
<!-- If false, small icon will be used to distinguish the app, large icon will be used
in notification body and notification header will be shown.-->
<bool name="config_useLauncherIcon">false</bool>
<!-- Whether to show header for the notifications center -->
<bool name="config_showHeaderForNotifications">true</bool>
<!-- Whether to show footer for the notifications center -->
<bool name="config_showFooterForNotifications">false</bool>
<!-- Whether to show Recents/Older header for notifications list -->
<bool name="config_showRecentAndOldHeaders">false</bool>
</resources>