Skip to content

Commit b683703

Browse files
minaripenguinaswin7469
authored andcommitted
core: Fix qs app notification size
* fixup for 68f1113fbfa6f30a1ab352ff6e1dfbf413dcff51
1 parent fb49a4e commit b683703

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/res/res/values/dimens.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@
321321
<dimen name="notification_header_icon_size">18dp</dimen>
322322

323323
<!-- size (width and height) of the circle around the icon in the notification header -->
324-
<dimen name="notification_icon_circle_size">20dp</dimen>
324+
<dimen name="notification_icon_circle_size">22dp</dimen>
325325

326326
<!-- padding between the notification icon and the circle containing it -->
327-
<dimen name="notification_icon_circle_padding">0dp</dimen>
327+
<dimen name="notification_icon_circle_padding">4dp</dimen>
328328

329329
<!-- start margin of the icon circle in the notification view -->
330330
<dimen name="notification_icon_circle_start">16dp</dimen>

0 commit comments

Comments
 (0)