From 60331a9be74a14051e6e192db69307ce652da2ae Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Thu, 18 Jun 2015 15:05:56 -0700 Subject: Revert resource name to what platform ui automator test defines. b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7 --- src/com/android/launcher3/allapps/AllAppsContainerView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android') diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java index 0fbe8e962..4542586a6 100644 --- a/src/com/android/launcher3/allapps/AllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java @@ -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); -- cgit v1.2.3