summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-06-18 22:07:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-18 22:07:09 +0000
commitc44de1adcf57c52ee93b4a9d2f4505e17b6cc857 (patch)
tree0e4ccaa3aa7a9da48c0e12c9c5e93ad5b2eaa8a6 /src
parent7b933a5ef764d4716177dc7f060af823a38fa628 (diff)
parent60331a9be74a14051e6e192db69307ce652da2ae (diff)
downloadandroid_packages_apps_Trebuchet-c44de1adcf57c52ee93b4a9d2f4505e17b6cc857.tar.gz
android_packages_apps_Trebuchet-c44de1adcf57c52ee93b4a9d2f4505e17b6cc857.tar.bz2
android_packages_apps_Trebuchet-c44de1adcf57c52ee93b4a9d2f4505e17b6cc857.zip
Merge "Revert resource name to what platform ui automator test defines. b/21923650" into ub-launcher3-burnaby
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 d49a06b3a..d56e9fc1e 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);