Merge "Show shadow when entity header starts scrolling."

This commit is contained in:
TreeHugger Robot
2017-05-23 02:01:41 +00:00
committed by Android (Google) Code Review
18 changed files with 277 additions and 57 deletions

View File

@@ -184,6 +184,7 @@ public class AdvancedPowerUsageDetail extends DashboardFragment implements
final Bundle bundle = getArguments();
EntityHeaderController controller = EntityHeaderController
.newInstance(context, this, appSnippet)
.setRecyclerView(getListView(), getLifecycle())
.setButtonActions(EntityHeaderController.ActionType.ACTION_NONE,
EntityHeaderController.ActionType.ACTION_NONE);