1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2021 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 19 <dimen name="remote_background_corner_radius">6dp</dimen> 20 21 <dimen name="progress_fragment_content_width">656dp</dimen> 22 <dimen name="fullscreen_icon_vertical_padding">10dp</dimen> 23 <dimen name="fullscreen_icon_horizontal_padding">17dp</dimen> 24 <dimen name="fullscreen_icon_margin_end">30dp</dimen> 25 <dimen name="fullscreen_remote_icon_size">125dp</dimen> 26 <dimen name="fullscreen_remote_icon_elevation">5dp</dimen> 27 <dimen name="fullscreen_title_margin_bottom">12dp</dimen> 28 <dimen name="fullscreen_progress_margin_top">18dp</dimen> 29 <dimen name="fullscreen_progress_margin_bottom">12dp</dimen> 30 <dimen name="fullscreen_progress_progressbar_width">450dp</dimen> 31 <dimen name="fullscreen_notice_icon_size">24dp</dimen> 32 33 <dimen name="bt_speaker_icon_margin_end">15dp</dimen> 34 35 <dimen name="guidance_description_footer_text_size">14sp</dimen> 36 <dimen name="guidance_description_hint_text_size">12sp</dimen> 37 <dimen name="guidance_title_text_size">36sp</dimen> 38 39 <dimen name="progress_drawable_height">3dp</dimen> 40 <dimen name="progress_drawable_radius">1dp</dimen> 41 42 <dimen name="progress_fragment_progressbar_width">450dp</dimen> 43 44 <dimen name="settings_bt_info_item_icon_margin">10dp</dimen> 45 <dimen name="settings_bt_info_item_icon_margin_top">15dp</dimen> 46 <dimen name="settings_bt_info_row_margin_bottom">12dp</dimen> 47 48 <dimen name="lb_preference_category_height_compact">38dp</dimen> 49 50 <dimen name="settings_bt_pair_description_space_bottom">6dp</dimen> 51 <dimen name="settings_bt_pair_description_line_multiplier">1.3</dimen> 52 <dimen name="settings_bt_pair_progress_margin">11dp</dimen> 53 54</resources> 55