Add and update some comments badging/notifications.

Change-Id: Iab4e837c9be01cbd7764c8920e36c6d8159e16dd
This commit is contained in:
Tony Wickham
2017-01-26 09:24:41 -08:00
parent 9438ed414f
commit 30e45187a8
5 changed files with 11 additions and 3 deletions

View File

@@ -43,8 +43,7 @@ import java.util.Map;
import java.util.Set;
/**
* A {@link LinearLayout} that contains icons of notifications. If there is only one icon,
* we also supply the notification text/secondary text like we do for the main notification.
* A {@link LinearLayout} that contains only icons of notifications.
* If there are more than {@link #MAX_FOOTER_NOTIFICATIONS} icons, we add a "+x" overflow.
*/
public class NotificationFooterLayout extends LinearLayout {