Add separate background colors to each popup container child.

- Colors interpolate between the primary and secondary popup colors
- Removed condensed height and icon scale

Bug: 175329686
Test: visual, manual checking apps with different shortcut options
Change-Id: I064c329dc8ad3ae6f408056c74372cca3ce20b68
This commit is contained in:
Jon Miranda
2021-03-19 11:44:04 -04:00
parent c79316740b
commit 2a58d13b9b
5 changed files with 76 additions and 18 deletions
@@ -92,6 +92,10 @@ public class NotificationItemView {
});
}
public void updateBackgroundColor(int color) {
mMainView.updateBackgroundColor(color);
}
public void addGutter() {
if (mGutter == null) {
mGutter = mPopupContainer.inflateAndAdd(R.layout.notification_gutter, mRootView);