| <?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> |
| <!-- Surface color elevations --> |
| <dimen name="dialog_bg_color_elev">@dimen/default_elevation_3</dimen> |
| <dimen name="menu_bg_color_elev">@dimen/default_elevation_5</dimen> |
| <dimen name="sheet_bg_color_elev">@dimen/default_elevation_4</dimen> |
| <dimen name="snackbar_background_color_elev">@dimen/default_elevation_4</dimen> |
| |
| <!-- Section tab dimensions --> |
| <dimen name="section_tab_bg_elevation">@dimen/default_elevation_1</dimen> |
| <dimen name="section_tab_selected_bg_elevation">@dimen/default_elevation_4</dimen> |
| </resources> |