Merge "Revert resource name to what platform ui automator test defines. b/21923650" into ub-launcher3-burnaby

This commit is contained in:
Hyunyoung Song
2015-06-18 22:07:08 +00:00
committed by Android (Google) Code Review
6 changed files with 11 additions and 4 deletions

View File

@@ -328,7 +328,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
mRevealView = findViewById(R.id.all_apps_reveal);
// Load the all apps recycler view
mAppsRecyclerView = (AllAppsRecyclerView) findViewById(R.id.collection);
mAppsRecyclerView = (AllAppsRecyclerView) findViewById(R.id.apps_list_view);
mAppsRecyclerView.setApps(mApps);
mAppsRecyclerView.setPredictionBarHeight(mPredictionBarHeight);
mAppsRecyclerView.setLayoutManager(mLayoutManager);