Files
android_device_xiaomi_vermeer/overlay/SystemUIOverlayVermeer/res/values/config.xml
Fabian Leutenegger 6a9ddebf12 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
2026-03-10 19:59:09 -05:00

10 lines
547 B
XML

<?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>