summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff DeCew <jeffdq@google.com> 2021-04-28 19:16:08 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-04-28 19:16:08 +0000
commitde939e65728f25ed45ec2f4fa6726a8776059bc2 (patch)
tree6bd9a01aff485cfbba324dadfa5bb1ba7b42bab4
parent6848213106413ef8ff4fd527c8c3bf7568ac42d1 (diff)
parentd06608d6c9d1d69e0dec0c4cf8417263eebfcc04 (diff)
Merge "Increase the maximum height of notifications by 20%" into sc-dev
-rw-r--r--packages/SystemUI/res/values/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 3cf5ac73e9b9..b76a4cea1004 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -139,7 +139,7 @@
<dimen name="notification_min_height_before_s">106dp</dimen>
<!-- Height of a large notification in the status bar -->
- <dimen name="notification_max_height">294dp</dimen>
+ <dimen name="notification_max_height">358dp</dimen>
<!-- Height of a heads up notification in the status bar for legacy custom views -->
<dimen name="notification_max_heads_up_height_legacy">128dp</dimen>