Notification history UI buff
Fixes: 182155974 Test: visual test Change-Id: I028381407504b3cf390987a6fa11c041fddf6198
This commit is contained in:
@@ -75,6 +75,10 @@ public class NotificationSbnViewHolder extends RecyclerView.ViewHolder {
|
||||
mIcon.setImageDrawable(icon);
|
||||
}
|
||||
|
||||
void setIconBackground(Drawable background) {
|
||||
mIcon.setBackground(background);
|
||||
}
|
||||
|
||||
void setPackageLabel(String pkg) {
|
||||
mPkgName.setText(pkg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user