<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2017 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> <dimen name="compat_button_inset_vertical_material">6dp</dimen> <dimen name="compat_button_inset_horizontal_material">4dp</dimen> <!-- Default inner padding within buttons --> <dimen name="compat_button_padding_vertical_material">4dp</dimen> <dimen name="compat_button_padding_horizontal_material">8dp</dimen> <!-- Default rounded corner for controls --> <dimen name="compat_control_corner_material">2dp</dimen> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_width">64dp</dimen> <!-- The width of the big icons in notifications. --> <dimen name="notification_large_icon_height">64dp</dimen> <!-- Size of smaller notification text (see TextAppearance.StatusBar.EventContent.Line2, Info, Time) --> <dimen name="notification_subtext_size">13sp</dimen> <!-- Size of notification action text --> <dimen name="notification_action_text_size">13sp</dimen> <!-- Top padding for notifications in the standard layout. --> <dimen name="notification_top_pad">10dp</dimen> <!-- Top padding for notification when text is large --> <dimen name="notification_top_pad_large_text">5dp</dimen> <!-- The size of the action icons --> <dimen name="notification_action_icon_size">32dp</dimen> <!-- the size of the small icon on the right of the largeIcon --> <dimen name="notification_right_icon_size">16dp</dimen> <!-- the padding of the small icon to the circle --> <dimen name="notification_small_icon_background_padding">3dp</dimen> <!-- the side margin of the big notification circle --> <dimen name="notification_big_circle_margin">12dp</dimen> <!-- small icon size when placed as large icon --> <dimen name="notification_small_icon_size_as_large">24dp</dimen> <!-- the margin at the beginning of the notification content --> <dimen name="notification_content_margin_start">8dp</dimen> <!-- image margin on the large icon in the narrow media template --> <dimen name="notification_media_narrow_margin">@dimen/notification_content_margin_start</dimen> <!-- the top padding of the notification content --> <dimen name="notification_main_column_padding_top">10dp</dimen> <!-- the paddingtop on the right side of the notification (for time etc.) --> <dimen name="notification_right_side_padding_top">2dp</dimen> <!-- the maximum width of the large icon, above which it will be downscaled --> <dimen name="compat_notification_large_icon_max_width">320dp</dimen> <!-- the maximum height of the large icon, above which it will be downscaled --> <dimen name="compat_notification_large_icon_max_height">320dp</dimen> </resources>