vermeer: Allow more notification icons to be shown

* we have the space on our 6.7" panel, so lets make use out of it

Change-Id: I59401086cf4c41bc2058781af1fc1087ffde2095
This commit is contained in:
Fabian Leutenegger
2024-06-17 11:36:52 +02:00
committed by Lunark :3
parent 610b742ae5
commit 6a9ddebf12

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Maximum number of notification icons shown on the Always on Display
(excluding overflow dot) -->
<integer name="max_notif_icons_on_aod">4</integer>
<!-- Maximum number of notification icons shown on the lockscreen (excluding overflow dot) -->
<integer name="max_notif_icons_on_lockscreen">4</integer>
<!-- Maximum number of notification icons shown in the status bar (excluding overflow dot) -->
<integer name="max_notif_static_icons">5</integer>
</resources>