1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2020 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17<resources> 18 <!-- Opacity at which the background for the shutdown UI will be drawn. --> 19 <item name="shutdown_scrim_behind_alpha" format="float" type="dimen">1.0</item> 20 21 <dimen name="bottom_sheet_padding_horizontal">32dp</dimen> 22 <dimen name="bottom_sheet_padding_vertical">24dp</dimen> 23 24 <dimen name="bottom_sheet_icon_size">42dp</dimen> 25 <dimen name="bottom_sheet_icon_margin">8dp</dimen> 26 <dimen name="bottom_sheet_title_margin_bottom">18dp</dimen> 27 <dimen name="bottom_sheet_details_margin_bottom">8dp</dimen> 28 29 <dimen name="bottom_sheet_actions_width">296dp</dimen> 30 <dimen name="bottom_sheet_actions_spacing">12dp</dimen> 31 <item name="bottom_sheet_button_selection_scaled" format="float" type="dimen">1.1</item> 32 <dimen name="bottom_sheet_button_width">232dp</dimen> 33 <dimen name="bottom_sheet_button_padding_horizontal">20dp</dimen> 34 <dimen name="bottom_sheet_button_padding_vertical">16dp</dimen> 35 36 <dimen name="bottom_sheet_corner_radius">24dp</dimen> 37 <dimen name="bottom_sheet_button_corner_radius">10dp</dimen> 38 39 <dimen name="bottom_sheet_min_height">208dp</dimen> 40 <dimen name="bottom_sheet_margin">24dp</dimen> 41 <dimen name="bottom_sheet_background_blur_radius">37dp</dimen> 42 43 <dimen name="privacy_chips_max_width">110dp</dimen> 44 <dimen name="privacy_chips_bar_padding">9dp</dimen> 45 <dimen name="privacy_chip_margin">3dp</dimen> 46 <dimen name="privacy_chip_icon_margin_in_between">4dp</dimen> 47 <dimen name="privacy_chip_padding_horizontal">5dp</dimen> 48 <dimen name="privacy_chip_icon_size">12dp</dimen> 49 <dimen name="privacy_chip_collapsed_icon_size">10dp</dimen> 50 <dimen name="privacy_chip_height">24dp</dimen> 51 <dimen name="privacy_chip_radius">12dp</dimen> 52 53 <dimen name="privacy_chip_dot_size">8dp</dimen> 54 <dimen name="privacy_chip_dot_radius">4dp</dimen> 55 56 <dimen name="privacy_chip_dot_bg_width">24dp</dimen> 57 <dimen name="privacy_chip_dot_bg_height">18dp</dimen> 58 <dimen name="privacy_chip_dot_bg_radius">9dp</dimen> 59 60 <dimen name="unblock_hw_sensor_icon_width">@dimen/bottom_sheet_icon_size</dimen> 61 <dimen name="unblock_hw_sensor_icon_height">@dimen/bottom_sheet_icon_size</dimen> 62 63</resources> 64