Leo Hsu | ac620cf | 2019-05-13 14:26:52 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2019 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 | <!-- Height and vertical margin for the emergency information button. --> |
| 19 | <dimen name="emergency_info_button_height">87dp</dimen> |
| 20 | <dimen name="emergency_info_button_margin_top">44dp</dimen> |
| 21 | <dimen name="emergency_info_button_margin_bottom">44dp</dimen> |
| 22 | |
| 23 | <!-- The text size of emergency info name and hint --> |
| 24 | <dimen name="emergency_info_name_text_size">20sp</dimen> |
| 25 | <dimen name="emergency_info_hint_text_size">14.5sp</dimen> |
| 26 | <dimen name="emergency_info_tap_hint_text_size">16.4sp</dimen> |
| 27 | |
| 28 | <!-- The height for title of emergency number and location info. --> |
| 29 | <dimen name="emergency_number_title_height">44dp</dimen> |
| 30 | <!-- The text size for emergency number title.--> |
| 31 | <dimen name="emergency_number_title_text_size">12.7sp</dimen> |
| 32 | |
| 33 | <!-- The height and width for the image of location info.--> |
| 34 | <dimen name="location_image_height">14.5dp</dimen> |
| 35 | <dimen name="location_image_width">14.5dp</dimen> |
| 36 | |
| 37 | <!-- The text size for emergency location.--> |
| 38 | <dimen name="emergency_location_text_size">12.7sp</dimen> |
| 39 | |
| 40 | <!-- The height and margin for button of emergency shortcut. --> |
| 41 | <dimen name="emergency_shortcut_button_height">87dp</dimen> |
| 42 | <dimen name="emergency_shortcut_button_margin_bottom">7.3dp</dimen> |
| 43 | |
| 44 | <!-- The text size of emergency number, type and hint --> |
| 45 | <dimen name="emergency_shortcut_number_text_size">29sp</dimen> |
| 46 | <dimen name="emergency_shortcut_type_text_size">12.7sp</dimen> |
| 47 | <dimen name="emergency_shortcut_tap_hint_text_size">16.4sp</dimen> |
| 48 | |
| 49 | <!-- The height and width for the image of phone number type.--> |
| 50 | <dimen name="phone_number_type_image_height">36dp</dimen> |
| 51 | <dimen name="phone_number_type_image_width">36dp</dimen> |
| 52 | |
| 53 | <!-- The height and width of phone icon.--> |
| 54 | <dimen name="phone_icon_height">22dp</dimen> |
| 55 | <dimen name="phone_icon_width">22dp</dimen> |
| 56 | |
| 57 | <!-- Margin of dialpad button --> |
| 58 | <dimen name="emergency_dialer_dialpad_button_margin">29dp</dimen> |
| 59 | |
| 60 | <!-- The height and width for the dialpad button --> |
| 61 | <dimen name="dialpad_button_height">51dp</dimen> |
| 62 | <dimen name="dialpad_button_width">51dp</dimen> |
| 63 | </resources> |