StatusBarIconView v = new StatusBarIconView(getContext(), "",
notification.notification.getNotification());
v.setScaleType(ImageView.ScaleType.CENTER_INSIDE);
addView(v, mIconSize, mIconSize);
v.set(notification.icon.getStatusBarIcon());
applyColor(notification.notification.getNotification(), v);
updateMoreText();