Reduce notification divider height

sunghcho@ requested that we reduce this from 4dp to 2dp

Change-Id: I287377d06c8f4c9807c200a5aa5d8b78d6a31350
Test: n/a
This commit is contained in:
Jeff DeCew
2021-01-15 20:45:02 +00:00
parent 805b216fa9
commit 870db3cf7c

View File

@@ -619,7 +619,7 @@
<dimen name="z_distance_between_notifications">0.5dp</dimen>
<!-- The height of the divider between the individual notifications. -->
<dimen name="notification_divider_height">4dp</dimen>
<dimen name="notification_divider_height">2dp</dimen>
<!-- The corner radius of the shadow behind the notification. -->
<dimen name="notification_shadow_radius">0dp</dimen>