From 243fdd7cdf262b341b4f66177af27eec4f5cde45 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Mon, 22 Jun 2015 19:48:07 -0700 Subject: [PATCH] Working around overscroll issues in AllApps. - For the time being, we are going to do custom drawing to ensure that we get the touch events in the right order, while still allowing the recycler view to draw the overscroll effect on top of the prediction bar. Bug: 21335369 Change-Id: I6bf64e5c1e9aa634a953223a5decf74942e4fb57 --- res/layout/all_apps_container.xml | 1 + res/layout/widgets_view.xml | 1 + res/values/styles.xml | 7 ++++ .../allapps/AllAppsRecyclerView.java | 19 ++++++++- .../AllAppsRecyclerViewContainerView.java | 40 +++++++++++++++++++ .../launcher3/widget/WidgetsRecyclerView.java | 13 ++++++ 6 files changed, 79 insertions(+), 2 deletions(-) diff --git a/res/layout/all_apps_container.xml b/res/layout/all_apps_container.xml index 0b624e6a51..0221a568b4 100644 --- a/res/layout/all_apps_container.xml +++ b/res/layout/all_apps_container.xml @@ -27,6 +27,7 @@ + + +