Update notification divider heights

Normal divider: 0.5dp => 4dp
Expanded group child divider: 0.5dp (no change)

Bug: 172289783
Test: visual
Change-Id: Ieab8cd49c102da5e8336a9a3278c3ffacf3b8430
This commit is contained in:
Lyn Han
2020-11-06 11:15:43 -06:00
parent 48b614e61d
commit fcc2ed0c5a

View File

@@ -609,7 +609,7 @@
<dimen name="z_distance_between_notifications">0.5dp</dimen>
<!-- The height of the divider between the individual notifications. -->
<dimen name="notification_divider_height">0.5dp</dimen>
<dimen name="notification_divider_height">4dp</dimen>
<!-- The corner radius of the shadow behind the notification. -->
<dimen name="notification_shadow_radius">0dp</dimen>
@@ -619,9 +619,7 @@
<!-- The height of the divider between the individual notifications in a notification
group. -->
<dimen name="notification_children_container_divider_height">
@dimen/notification_divider_height
</dimen>
<dimen name="notification_children_container_divider_height">0.5dp</dimen>
<!-- The horizontal margin of the content in the notification shade -->
<dimen name="notification_shade_content_margin_horizontal">16dp</dimen>