Set AOD icon max to 3 to match lockscreen short shelf
Bug: 213480466 Test: have 5 notifications, press power button to show AOD => see 3 icons + 1 dot for overflow Change-Id: I8a983f76494e11c2f6e321c65a4079c9c9bfb6e0
This commit is contained in:
@@ -135,7 +135,7 @@ public class NotificationIconContainer extends AlphaOptimizedFrameLayout {
|
||||
}
|
||||
}.setDuration(CONTENT_FADE_DURATION);
|
||||
|
||||
private static final int MAX_ICONS_ON_AOD = 5;
|
||||
private static final int MAX_ICONS_ON_AOD = 3;
|
||||
public static final int MAX_ICONS_ON_LOCKSCREEN = 3;
|
||||
public static final int MAX_STATIC_ICONS = 4;
|
||||
private static final int MAX_DOTS = 1;
|
||||
|
||||
Reference in New Issue
Block a user