mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +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:
committed by
Lunark :3
parent
610b742ae5
commit
6a9ddebf12
10
overlay/SystemUIOverlayVermeer/res/values/config.xml
Normal file
10
overlay/SystemUIOverlayVermeer/res/values/config.xml
Normal 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>
|
||||
Reference in New Issue
Block a user