Revert resource name to what platform ui automator test defines.

b/21923650

Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
This commit is contained in:
Hyunyoung Song
2015-06-18 15:05:56 -07:00
parent d730f9d74f
commit 60331a9be7
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);