summaryrefslogtreecommitdiff
path: root/data/res/values/dimens.xml
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2018-06-11 11:11:29 -0400
committerJustin Klaassen <justinklaassen@google.com>2018-06-11 15:17:35 +0000
commit7dd7e37b7d60cf8291f267168760327998a96f6b (patch)
tree9f203f0c00940f7781ca757d2f0d5cc245142d8e /data/res/values/dimens.xml
parentbf6b75ca3df25b876baa7bb8736052eb2e343094 (diff)
downloadandroid-28-7dd7e37b7d60cf8291f267168760327998a96f6b.tar.gz
Import Android SDK Platform 28 (revision: 4)android-room-release
https://dl.google.com/android/repository/platform-28_r04.zip Change-Id: Ie5c7ad7c232f6b4cbaf912b680d0706a18b467b9
Diffstat (limited to 'data/res/values/dimens.xml')
-rw-r--r--data/res/values/dimens.xml29
1 files changed, 16 insertions, 13 deletions
diff --git a/data/res/values/dimens.xml b/data/res/values/dimens.xml
index 2aa40fdf..791f7c68 100644
--- a/data/res/values/dimens.xml
+++ b/data/res/values/dimens.xml
@@ -162,19 +162,14 @@
<!-- The margin on the start of the content view -->
<dimen name="notification_content_margin_start">16dp</dimen>
- <!-- The margin on the end of the content view
- Keep in sync with notification_content_plus_picture_margin! -->
+ <!-- The margin on the end of the content view. -->
<dimen name="notification_content_margin_end">16dp</dimen>
- <!-- The margin on the end of the content view with a picture.
- Keep in sync with notification_content_plus_picture_margin! -->
- <dimen name="notification_content_picture_margin">56dp</dimen>
+ <!-- The inset of the reply icon. -->
+ <dimen name="notification_reply_inset">8dp</dimen>
- <!-- The margin on the end of the content view with a picture, plus the standard
- content end margin.
- Keep equal to (notification_content_picture_margin + notification_content_margin_end)!
- -->
- <dimen name="notification_content_plus_picture_margin_end">72dp</dimen>
+ <!-- The margin for text at the end of the image view for media notifications -->
+ <dimen name="notification_media_image_margin_end">72dp</dimen>
<!-- The additional margin on the sides of the ambient view. -->
<dimen name="notification_extra_margin_ambient">16dp</dimen>
@@ -212,6 +207,9 @@
<!-- The bottom padding for the notification header -->
<dimen name="notification_header_padding_bottom">16dp</dimen>
+ <!-- The margin at the top of the notification header when dozing. -->
+ <dimen name="notification_header_margin_top_ambient">3dp</dimen>
+
<!-- The margin at the bottom of the notification header. -->
<dimen name="notification_header_margin_bottom">0dp</dimen>
@@ -249,7 +247,7 @@
<dimen name="notification_header_shrink_min_width">72dp</dimen>
<!-- The minimum height of the content if there are at least two lines or a picture-->
- <dimen name="notification_min_content_height">41dp</dimen>
+ <dimen name="notification_min_content_height">39dp</dimen>
<!-- The size of the media actions in the media notification. -->
<dimen name="media_notification_action_button_size">48dp</dimen>
@@ -547,6 +545,7 @@
<dimen name="floating_toolbar_horizontal_margin">16dp</dimen>
<dimen name="floating_toolbar_vertical_margin">8dp</dimen>
<dimen name="content_rect_bottom_clip_allowance">20dp</dimen>
+ <dimen name="floating_toolbar_icon_text_spacing">8dp</dimen>
<!-- Magnifier dimensions -->
<dimen name="magnifier_width">100dp</dimen>
@@ -616,7 +615,9 @@
<!-- The maximum width of a image in a media notification. The images will be reduced to that width in case they are bigger.-->
<dimen name="notification_media_image_max_width">280dp</dimen>
<!-- The size of the right icon -->
- <dimen name="notification_right_icon_size">38dp</dimen>
+ <dimen name="notification_right_icon_size">36dp</dimen>
+ <!-- The alpha of a disabled notification button -->
+ <item type="dimen" format="float" name="notification_action_disabled_alpha">0.5</item>
<!-- The maximum height of any image in a remote view. This is applied to all images in custom remoteviews. -->
<dimen name="notification_custom_view_max_image_height_low_ram">208dp</dimen>
@@ -631,10 +632,12 @@
<!-- The maximum width of a image in a media notification. The images will be reduced to that width in case they are bigger.-->
<dimen name="notification_media_image_max_width_low_ram">100dp</dimen>
<!-- The size of the right icon image when on low ram -->
- <dimen name="notification_right_icon_size_low_ram">40dp</dimen>
+ <dimen name="notification_right_icon_size_low_ram">@dimen/notification_right_icon_size</dimen>
<dimen name="messaging_avatar_size">@dimen/notification_right_icon_size</dimen>
+ <dimen name="messaging_group_sending_progress_size">24dp</dimen>
+
<!-- Max width/height of the autofill data set picker as a fraction of the screen width/height -->
<dimen name="autofill_dataset_picker_max_width">90%</dimen>
<dimen name="autofill_dataset_picker_max_height">90%</dimen>