blob: b617ae1a65fa35fd9733322f7a81f3f801ad1970 [file] [log] [blame]
Santos Cordon99c8a6f2014-05-28 18:28:47 -07001<?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 Leefd053f42014-11-12 18:09:58 -080021
22 <dimen name="dialer_settings_actionbar_elevation">2dp</dimen>
Mohamedc9261852016-02-05 14:10:17 -080023
24 <dimen name="blocked_numbers_large_padding">16dp</dimen>
25 <dimen name="blocked_numbers_extra_large_padding">32dp</dimen>
Mohamed0089b1c2016-03-25 15:16:56 -070026 <dimen name="blocked_numbers_button_bottom_margin">20dp</dimen>
Grace Jiab9e2f882019-09-27 17:34:40 -070027 <dimen name="blocked_numbers_button_large_padding">15dp</dimen>
Mohamed61d38b42016-03-17 15:57:08 -070028 <dimen name="blocked_numbers_dialog_padding">24dp</dimen>
29 <dimen name="blocked_numbers_delete_icon_padding">12dp</dimen>
Mohamedc9261852016-02-05 14:10:17 -080030 <dimen name="blocked_numbers_progress_bar_padding">100dp</dimen>
Youming Ye0e692702019-03-04 11:00:40 -080031 <dimen name="blocked_numbers_head1_font_size">18sp</dimen>
32 <dimen name="blocked_numbers_primary2_font_size">16sp</dimen>
Mohamed97610cb2016-02-24 17:06:20 -080033 <dimen name="blocked_numbers_secondary_font_size">14sp</dimen>
Mohamedc9261852016-02-05 14:10:17 -080034 <dimen name="blocked_numbers_line_spacing">8sp</dimen>
Mohamed97610cb2016-02-24 17:06:20 -080035 <dimen name="blocked_numbers_secondary_line_spacing">6sp</dimen>
36 <dimen name="blocked_numbers_divider_stroke">1dp</dimen>
sqian9fd71852019-04-18 16:39:51 -070037
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 Cordon99c8a6f2014-05-28 18:28:47 -070046</resources>