<?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">
    <!-- Surface color elevations -->
    <dimen name="dialog_elevation">@dimen/default_elevation_3</dimen>
    <dimen name="sheet_background_elev">@dimen/default_elevation_4</dimen>
    <dimen name="toolbar_text_box_elevation">@dimen/default_elevation_3</dimen>

    <!-- 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>
    <!-- Surface Polish -->
    <dimen name="home_surface_background_color_elevation">@dimen/default_elevation_0</dimen>
</resources>
