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 <dimen name="primary_text_size">32sp</dimen> 19 <dimen name="secondary_text_size">26sp</dimen> 20 21 <dimen name="button_min_width">158dp</dimen> 22 <dimen name="button_height">56dp</dimen> 23 <dimen name="button_padding">56dp</dimen> 24 <dimen name="button_radius">8dp</dimen> 25 26 <dimen name="sign_in_app_icon_top_margin">16dp</dimen> 27 <dimen name="sign_in_app_icon_max_height">96dp</dimen> 28 <dimen name="sign_in_primary_message_top_margin">32dp</dimen> 29 <dimen name="sign_in_text_max_width">642dp</dimen> 30 <dimen name="sign_in_horizontal_start_guideline">0.1</dimen> 31 <dimen name="sign_in_horizontal_end_guideline">0.9</dimen> 32 <dimen name="sign_in_button1_top_margin_no_input">32dp</dimen> 33 <dimen name="sign_in_button_max_width">420dp</dimen> 34 <dimen name="sign_in_footer_top_margin">32dp</dimen> 35 <dimen name="sign_in_footer_bottom_margin">32dp</dimen> 36 37 <dimen name="voice_plate_height">150dp</dimen> 38 39 <item name="property_speed_conversion" format="float" type="dimen">2.23694</item> 40 <item name="property_pressure_conversion" format="float" type="dimen">0.145038</item> 41</resources>