mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-08-05 04:51:47 +00:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user