summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-06-18 15:05:56 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-06-18 15:05:56 -0700
commit60331a9be74a14051e6e192db69307ce652da2ae (patch)
treeb01dcd9b94aaaebc1bab183881f7205fcd12c08b /src
parentd730f9d74f87b90616e0f0a9c7b6a4c78976f41a (diff)
downloadandroid_packages_apps_Trebuchet-60331a9be74a14051e6e192db69307ce652da2ae.tar.gz
android_packages_apps_Trebuchet-60331a9be74a14051e6e192db69307ce652da2ae.tar.bz2
android_packages_apps_Trebuchet-60331a9be74a14051e6e192db69307ce652da2ae.zip
Revert resource name to what platform ui automator test defines.
b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsContainerView.java2
1 files changed, 1 insertions, 1 deletions
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);