Makes the background protection scrim slightly taller in dark mode, and makes the light mode scrim darker (25% opacity at the bottom). Test: manual Bug: 155416835 Fix: 155416835 Change-Id: I3c5f9f75654b4c359cc0b1486d79f7fdeea7b6af
25 lines
995 B
XML
25 lines
995 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2018 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>
|
|
<!-- The height of the divider between the individual notifications. -->
|
|
<dimen name="notification_divider_height">1dp</dimen>
|
|
|
|
<!-- Height of the background gradient behind the screenshot UI (taller in dark mode) -->
|
|
<dimen name="screenshot_bg_protection_height">375dp</dimen>
|
|
|
|
</resources> |