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

Commit fcc2ed0c authored by Lyn Han's avatar Lyn Han
Browse files

Update notification divider heights

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

Bug: 172289783
Test: visual
Change-Id: Ieab8cd49c102da5e8336a9a3278c3ffacf3b8430
parent 48b614e6
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>