Merge "Decouple taskbar background color from overview" into tm-dev

This commit is contained in:
Tony Wickham 2022-03-31 17:28:40 +00:00 committed by Android (Google) Code Review
commit e0c464a0e0
3 changed files with 19 additions and 2 deletions

View File

@ -24,7 +24,6 @@
<color name="all_apps_prediction_row_separator_dark">#3cffffff</color> <color name="all_apps_prediction_row_separator_dark">#3cffffff</color>
<!-- Taskbar --> <!-- Taskbar -->
<color name="taskbar_background">@color/overview_scrim_dark</color>
<color name="taskbar_nav_icon_selection_ripple">#E0E0E0</color> <color name="taskbar_nav_icon_selection_ripple">#E0E0E0</color>
<color name="taskbar_nav_icon_light_color">#ffffff</color> <color name="taskbar_nav_icon_light_color">#ffffff</color>
<!-- The dark navigation button color is only used in the rare cases that taskbar isn't drawing <!-- The dark navigation button color is only used in the rare cases that taskbar isn't drawing

View File

@ -14,5 +14,5 @@
limitations under the License. limitations under the License.
--> -->
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@android:color/system_neutral1_500" android:lStar="15" /> <item android:color="@android:color/system_neutral1_500" android:lStar="35" />
</selector> </selector>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2022 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@android:color/system_neutral1_500" android:lStar="15" />
</selector>