Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6465c1ea authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Update notification divider heights"

parents 4f4d34cc fcc2ed0c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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>