1<?xml version="1.0" encoding="utf-8"?><!-- 2 ~ Copyright (C) 2023 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License. 15 --> 16 17<resources> 18 <!-- Text sizes --> 19 <dimen name="feedback_consent_title_text_size">14sp</dimen> 20 <dimen name="feedback_consent_title_line_height">20sp</dimen> 21 <dimen name="feedback_consent_legal_text_size">12sp</dimen> 22 <dimen name="feedback_consent_legal_text_line_height">14sp</dimen> 23 24 <!-- Action Button --> 25 <dimen name="feedback_consent_action_button_height">55dp</dimen> 26 <dimen name="feedback_consent_action_button_corner">8dp</dimen> 27 <dimen name="feedback_consent_action_button_drawable_padding">8dp</dimen> 28 <dimen name="feedback_consent_action_button_base_elevation">0dp</dimen> 29 <!-- Keep slight elevation to avoid a jump when elevation reaches 0. --> 30 <dimen name="feedback_consent_action_button_focused_elevation">4dp</dimen> 31 32 <!-- General --> 33 <dimen name="feedback_consent_padding_horizontal">20dp</dimen> 34 <dimen name="feedback_consent_line_spacing_extra">2sp</dimen> 35 36 <!-- Standard text sizes --> 37 <dimen name="text_size_h2">20sp</dimen> 38 <dimen name="text_size_h4">14sp</dimen> 39 40</resources>