Add overscroll w/ physics to All Apps.

Bug: 62628421
Bug: 38349031

Change-Id: If3ba6dfbbd3a4b1c87e69df0066f801f963752aa
This commit is contained in:
Jon Miranda
2017-06-07 17:01:35 -07:00
parent d392255539
commit ad3194ec81
3 changed files with 142 additions and 1 deletions

View File

@@ -220,7 +220,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
});
// Load the all apps recycler view
mAppsRecyclerView = (AllAppsRecyclerView) findViewById(R.id.apps_list_view);
mAppsRecyclerView = findViewById(R.id.apps_list_view);
mAppsRecyclerView.setApps(mApps);
mAppsRecyclerView.setLayoutManager(mLayoutManager);
mAppsRecyclerView.setAdapter(mAdapter);