Notification history UI buff

Fixes: 182155974
Test: visual test
Change-Id: I028381407504b3cf390987a6fa11c041fddf6198
This commit is contained in:
Jay Aliomer
2021-03-30 14:16:50 -04:00
parent 8a2e489ac8
commit 5d10dbc732
6 changed files with 69 additions and 33 deletions

View File

@@ -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);
}