Merge "Initialize background visibility of ActivatableNotificationView" into lmp-preview-dev

This commit is contained in:
Adrian Roos
2014-05-27 15:37:37 +00:00
committed by Android (Google) Code Review

View File

@@ -149,6 +149,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView
super.onFinishInflate();
mBackgroundNormal = (NotificationBackgroundView) findViewById(R.id.backgroundNormal);
mBackgroundDimmed = (NotificationBackgroundView) findViewById(R.id.backgroundDimmed);
updateBackground();
updateBackgroundResources();
}