mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
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
This commit is contained in:
parent
a4ddd171d2
commit
32550d35d9
1 changed files with 20 additions and 0 deletions
|
@ -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…
Reference in a new issue