Santos Cordon | 99c8a6f | 2014-05-28 18:28:47 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2014 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 | <!-- Dimension used to possibly down-scale high-res photo into what is suitable |
| 19 | for notification's large icon. --> |
| 20 | <dimen name="notification_icon_size">64dp</dimen> |
Andrew Lee | fd053f4 | 2014-11-12 18:09:58 -0800 | [diff] [blame] | 21 | |
| 22 | <dimen name="dialer_settings_actionbar_elevation">2dp</dimen> |
Mohamed | c926185 | 2016-02-05 14:10:17 -0800 | [diff] [blame] | 23 | |
| 24 | <dimen name="blocked_numbers_large_padding">16dp</dimen> |
| 25 | <dimen name="blocked_numbers_extra_large_padding">32dp</dimen> |
Mohamed | 0089b1c | 2016-03-25 15:16:56 -0700 | [diff] [blame] | 26 | <dimen name="blocked_numbers_button_bottom_margin">20dp</dimen> |
Grace Jia | b9e2f88 | 2019-09-27 17:34:40 -0700 | [diff] [blame] | 27 | <dimen name="blocked_numbers_button_large_padding">15dp</dimen> |
Mohamed | 61d38b4 | 2016-03-17 15:57:08 -0700 | [diff] [blame] | 28 | <dimen name="blocked_numbers_dialog_padding">24dp</dimen> |
| 29 | <dimen name="blocked_numbers_delete_icon_padding">12dp</dimen> |
Mohamed | c926185 | 2016-02-05 14:10:17 -0800 | [diff] [blame] | 30 | <dimen name="blocked_numbers_progress_bar_padding">100dp</dimen> |
Youming Ye | 0e69270 | 2019-03-04 11:00:40 -0800 | [diff] [blame] | 31 | <dimen name="blocked_numbers_head1_font_size">18sp</dimen> |
| 32 | <dimen name="blocked_numbers_primary2_font_size">16sp</dimen> |
Mohamed | 97610cb | 2016-02-24 17:06:20 -0800 | [diff] [blame] | 33 | <dimen name="blocked_numbers_secondary_font_size">14sp</dimen> |
Mohamed | c926185 | 2016-02-05 14:10:17 -0800 | [diff] [blame] | 34 | <dimen name="blocked_numbers_line_spacing">8sp</dimen> |
Mohamed | 97610cb | 2016-02-24 17:06:20 -0800 | [diff] [blame] | 35 | <dimen name="blocked_numbers_secondary_line_spacing">6sp</dimen> |
| 36 | <dimen name="blocked_numbers_divider_stroke">1dp</dimen> |
sqian | 9fd7185 | 2019-04-18 16:39:51 -0700 | [diff] [blame] | 37 | |
| 38 | <dimen name="call_redirection_dialog_title_font_size">18sp</dimen> |
| 39 | <dimen name="call_redirection_dialog_button_font_size">16sp</dimen> |
| 40 | <dimen name="call_redirection_dialog_image_upper_margin">16dp</dimen> |
| 41 | <dimen name="call_redirection_dialog_image_bottom_margin">10dp</dimen> |
| 42 | <dimen name="call_redirection_dialog_title_bottom_margin">26dp</dimen> |
| 43 | <dimen name="call_redirection_dialog_button_text_upper_bottom_margin">15dp</dimen> |
| 44 | <dimen name="call_redirection_dialog_button_text_left_margin">15dp</dimen> |
| 45 | |
Santos Cordon | 99c8a6f | 2014-05-28 18:28:47 -0700 | [diff] [blame] | 46 | </resources> |