| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2022 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| |
| <resources xmlns:tools="http://schemas.android.com/tools"> |
| <!-- Chips default measures --> |
| <dimen name="chip_state_layer_hover_alpha">@dimen/chip_state_layer_hover_alpha_dark</dimen> |
| <dimen name="chip_state_layer_focused_alpha">@dimen/chip_state_layer_focused_alpha_dark</dimen> |
| <dimen name="chip_state_layer_pressed_alpha">@dimen/chip_state_layer_pressed_alpha_dark</dimen> |
| |
| <!-- New Tab Page --> |
| <item name="home_surface_search_box_background_alpha" format="float" type="dimen">0.2</item> |
| |
| <!-- Anchored popup menu dimens --> |
| <dimen name="popup_menu_shadow_length">0dp</dimen> |
| </resources> |