Skip to content

Commit 956beaf

Browse files
committed
Leave less space between notificaitons.
Bug: 6507482 Change-Id: I9244fcabe423ec59e1856f5fddcd948ea7b3374d
1 parent 0eaeb69 commit 956beaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/SystemUI/res/values/dimens.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dimen name="notification_max_height">256dp</dimen>
6060

6161
<!-- Height of a small notification in the status bar plus glow, padding, etc -->
62-
<dimen name="notification_row_min_height">72dp</dimen>
62+
<dimen name="notification_row_min_height">70dp</dimen>
6363

6464
<!-- Height of a large notification in the status bar plus glow, padding, etc -->
6565
<dimen name="notification_row_max_height">260dp</dimen>
@@ -74,7 +74,7 @@
7474
<dimen name="status_bar_icon_padding">0dp</dimen>
7575

7676
<!-- half the distance between notifications in the panel -->
77-
<dimen name="notification_divider_height">4dp</dimen>
77+
<dimen name="notification_divider_height">3dp</dimen>
7878

7979
<!-- Notification drawer tuning parameters (phone UI) -->
8080
<!-- Initial velocity of the shade when expanding on its own -->

0 commit comments

Comments
 (0)