summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/notification/NotificationFooterLayout.java
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-01-26 09:24:41 -0800
committerTony Wickham <twickham@google.com>2017-01-26 09:24:41 -0800
commit30e45187a8ff5cd4b562f39360cb73a1ee13532b (patch)
tree2e9c8fb217492284223093663d01382309b6d0eb /src/com/android/launcher3/notification/NotificationFooterLayout.java
parent9438ed414fdabadb4cd09da184867b1c44b91095 (diff)
downloadandroid_packages_apps_Trebuchet-30e45187a8ff5cd4b562f39360cb73a1ee13532b.tar.gz
android_packages_apps_Trebuchet-30e45187a8ff5cd4b562f39360cb73a1ee13532b.tar.bz2
android_packages_apps_Trebuchet-30e45187a8ff5cd4b562f39360cb73a1ee13532b.zip
Add and update some comments badging/notifications.
Change-Id: Iab4e837c9be01cbd7764c8920e36c6d8159e16dd
Diffstat (limited to 'src/com/android/launcher3/notification/NotificationFooterLayout.java')
-rw-r--r--src/com/android/launcher3/notification/NotificationFooterLayout.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/launcher3/notification/NotificationFooterLayout.java b/src/com/android/launcher3/notification/NotificationFooterLayout.java
index 2965e4a63..13eaa9a49 100644
--- a/src/com/android/launcher3/notification/NotificationFooterLayout.java
+++ b/src/com/android/launcher3/notification/NotificationFooterLayout.java
@@ -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 {