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
This commit is contained in:
Jeff DeCew
2021-05-07 15:34:08 -04:00
parent ec6c6835ca
commit 7996c44352

View File

@@ -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>