You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
2.3 KiB
47 lines
2.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2014 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
<!-- Dimension used to possibly down-scale high-res photo into what is suitable
|
|
for notification's large icon. -->
|
|
<dimen name="notification_icon_size">64dp</dimen>
|
|
|
|
<dimen name="dialer_settings_actionbar_elevation">2dp</dimen>
|
|
|
|
<dimen name="blocked_numbers_large_padding">16dp</dimen>
|
|
<dimen name="blocked_numbers_extra_large_padding">32dp</dimen>
|
|
<dimen name="blocked_numbers_button_bottom_margin">20dp</dimen>
|
|
<dimen name="blocked_numbers_button_large_padding">15dp</dimen>
|
|
<dimen name="blocked_numbers_dialog_padding">24dp</dimen>
|
|
<dimen name="blocked_numbers_delete_icon_padding">12dp</dimen>
|
|
<dimen name="blocked_numbers_progress_bar_padding">100dp</dimen>
|
|
<dimen name="blocked_numbers_head1_font_size">18sp</dimen>
|
|
<dimen name="blocked_numbers_primary2_font_size">16sp</dimen>
|
|
<dimen name="blocked_numbers_secondary_font_size">14sp</dimen>
|
|
<dimen name="blocked_numbers_line_spacing">8sp</dimen>
|
|
<dimen name="blocked_numbers_secondary_line_spacing">6sp</dimen>
|
|
<dimen name="blocked_numbers_divider_stroke">1dp</dimen>
|
|
|
|
<dimen name="call_redirection_dialog_title_font_size">18sp</dimen>
|
|
<dimen name="call_redirection_dialog_button_font_size">16sp</dimen>
|
|
<dimen name="call_redirection_dialog_image_upper_margin">16dp</dimen>
|
|
<dimen name="call_redirection_dialog_image_bottom_margin">10dp</dimen>
|
|
<dimen name="call_redirection_dialog_title_bottom_margin">26dp</dimen>
|
|
<dimen name="call_redirection_dialog_button_text_upper_bottom_margin">15dp</dimen>
|
|
<dimen name="call_redirection_dialog_button_text_left_margin">15dp</dimen>
|
|
|
|
</resources>
|