dimens.xml revision 61d38b4413440f3420beb32b1fe5421955e58b88
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>
21
22    <dimen name="dialer_settings_actionbar_elevation">2dp</dimen>
23
24    <dimen name="blocked_numbers_large_padding">16dp</dimen>
25    <dimen name="blocked_numbers_extra_large_padding">32dp</dimen>
26    <dimen name="blocked_numbers_dialog_padding">24dp</dimen>
27    <dimen name="blocked_numbers_delete_icon_padding">12dp</dimen>
28    <dimen name="blocked_numbers_progress_bar_padding">100dp</dimen>
29    <dimen name="blocked_numbers_font_size">16sp</dimen>
30    <dimen name="blocked_numbers_secondary_font_size">14sp</dimen>
31    <dimen name="blocked_numbers_line_spacing">8sp</dimen>
32    <dimen name="blocked_numbers_secondary_line_spacing">6sp</dimen>
33    <dimen name="blocked_numbers_divider_stroke">1dp</dimen>
34</resources>
35