msm8976-common: overlay-lineage: Increase amount of visible notification icons

* I believe our screen is big enough to fit 12/13 notification icons ^.^

Change-Id: Idba2312a6c48061a343b39e779670e160a558804
lineage-17.1
LuK1337 6 years ago committed by Łukasz Patron
parent a4ddd171d2
commit 32550d35d9

@ -0,0 +1,20 @@
<!--
Copyright (C) 2018 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Max visible notification icons -->
<integer name="config_maxVisibleNotificationIcons">12</integer>
<integer name="config_maxVisibleNotificationIconsWhenDark">13</integer>
</resources>
Loading…
Cancel
Save