mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Update the tab colors based on the discussion in the bug and the design mock. Rename the color/all_apps_tab_bg to color/all_apps_tab_background_selected to make the usage of the color explicit. (Confirmed it's only used for the color of the selected tab) Bug: 189488670 Test: Visual inspection Change-Id: I6ac38f71a8dd8852e1ab2e70f2f8434e9101daa1
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?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.
|
|
-->
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:top="@dimen/all_apps_tabs_vertical_padding"
|
|
android:bottom="@dimen/all_apps_tabs_vertical_padding">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="@color/all_apps_tabs_background" />
|
|
<corners android:radius="@dimen/all_apps_header_pill_corner_radius" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |