diff options
| author | 2021-05-07 15:34:08 -0400 | |
|---|---|---|
| committer | 2021-05-10 21:59:17 -0400 | |
| commit | 7996c4435229dfb48925f23f3af3b4bbd7b299fe (patch) | |
| tree | 914e303b9d88d82fdd7e6710e9a1b77f8291c45b | |
| parent | ec6c6835ca1bfa24c53e13da58483764b14e0c4d (diff) | |
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
| -rw-r--r-- | packages/SystemUI/res/values/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml index c60ec78053ee..419f58cf8b19 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -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> |