mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
* we have the space on our 6.7" panel, so lets make use out of it Change-Id: I59401086cf4c41bc2058781af1fc1087ffde2095
10 lines
547 B
XML
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> |