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

Commit 7996c443 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Increase the max height of Heads Up notifications.

143dp = 88dp (standard notif height) + 55dp (single line remote input height)

Fixes: 184715845
Test: manual
Change-Id: I74b83f78b1dc0b859b512db46163f67bca9e7053
parent ec6c6835
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@
    <dimen name="notification_max_heads_up_height_before_s">162dp</dimen>

    <!-- Height of a heads up notification in the status bar -->
    <dimen name="notification_max_heads_up_height">132dp</dimen>
    <dimen name="notification_max_heads_up_height">143dp</dimen>

    <!-- Height of a heads up notification in the status bar -->
    <dimen name="notification_max_heads_up_height_increased">188dp</dimen>