diff options
| author | 2025-02-26 10:22:09 -0800 | |
|---|---|---|
| committer | 2025-03-04 10:17:40 -0800 | |
| commit | 2c3b18deb062487cbc80d7a120c19519e2e1820b (patch) | |
| tree | 40cd884d6dc9068ff977ff43defc74bd6bd909cf | |
| parent | a6b62db953450d4a16c55a54f9eb0312e1ece773 (diff) | |
[RONs] Change max height limit of RONs to 218dp
Bug: 380901479
Change-Id: Ibe000ad46676f72f1b0b9182e55c6c12235ebbe6
Test: Presubmit
Flag: com.android.systemui.ui_rich_ongoing_force_expanded
| -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 8342a9cc244b..21dfafabf99f 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -283,7 +283,7 @@ <dimen name="notification_max_height">358dp</dimen> <!-- Height of a large promoted ongoing notification in the status bar --> - <dimen name="notification_max_height_for_promoted_ongoing">272dp</dimen> + <dimen name="notification_max_height_for_promoted_ongoing">218dp</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> |