Loading packages/SystemUI/res/values/dimens.xml +2 −4 Original line number Original line Diff line number Diff line Loading @@ -609,7 +609,7 @@ <dimen name="z_distance_between_notifications">0.5dp</dimen> <dimen name="z_distance_between_notifications">0.5dp</dimen> <!-- The height of the divider between the individual notifications. --> <!-- 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. --> <!-- The corner radius of the shadow behind the notification. --> <dimen name="notification_shadow_radius">0dp</dimen> <dimen name="notification_shadow_radius">0dp</dimen> Loading @@ -619,9 +619,7 @@ <!-- The height of the divider between the individual notifications in a notification <!-- The height of the divider between the individual notifications in a notification group. --> group. --> <dimen name="notification_children_container_divider_height"> <dimen name="notification_children_container_divider_height">0.5dp</dimen> @dimen/notification_divider_height </dimen> <!-- The horizontal margin of the content in the notification shade --> <!-- The horizontal margin of the content in the notification shade --> <dimen name="notification_shade_content_margin_horizontal">16dp</dimen> <dimen name="notification_shade_content_margin_horizontal">16dp</dimen> Loading Loading
packages/SystemUI/res/values/dimens.xml +2 −4 Original line number Original line Diff line number Diff line Loading @@ -609,7 +609,7 @@ <dimen name="z_distance_between_notifications">0.5dp</dimen> <dimen name="z_distance_between_notifications">0.5dp</dimen> <!-- The height of the divider between the individual notifications. --> <!-- 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. --> <!-- The corner radius of the shadow behind the notification. --> <dimen name="notification_shadow_radius">0dp</dimen> <dimen name="notification_shadow_radius">0dp</dimen> Loading @@ -619,9 +619,7 @@ <!-- The height of the divider between the individual notifications in a notification <!-- The height of the divider between the individual notifications in a notification group. --> group. --> <dimen name="notification_children_container_divider_height"> <dimen name="notification_children_container_divider_height">0.5dp</dimen> @dimen/notification_divider_height </dimen> <!-- The horizontal margin of the content in the notification shade --> <!-- The horizontal margin of the content in the notification shade --> <dimen name="notification_shade_content_margin_horizontal">16dp</dimen> <dimen name="notification_shade_content_margin_horizontal">16dp</dimen> Loading