summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-06-22 19:48:07 -0700
committerWinson Chung <winsonc@google.com>2015-06-23 21:56:07 +0000
commit243fdd7cdf262b341b4f66177af27eec4f5cde45 (patch)
tree82e14b148aaf1f5fbcaea68589d211e72641d15c /res/layout
parent01d4ffdef43f68e0ed4e99861a637e23fda8b4fc (diff)
downloadandroid_packages_apps_Trebuchet-243fdd7cdf262b341b4f66177af27eec4f5cde45.tar.gz
android_packages_apps_Trebuchet-243fdd7cdf262b341b4f66177af27eec4f5cde45.tar.bz2
android_packages_apps_Trebuchet-243fdd7cdf262b341b4f66177af27eec4f5cde45.zip
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
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/all_apps_container.xml1
-rw-r--r--res/layout/widgets_view.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/all_apps_container.xml b/res/layout/all_apps_container.xml
index 0b624e6a5..0221a568b 100644
--- a/res/layout/all_apps_container.xml
+++ b/res/layout/all_apps_container.xml
@@ -27,6 +27,7 @@
<!-- DO NOT CHANGE THE ID -->
<com.android.launcher3.allapps.AllAppsRecyclerView
android:id="@+id/apps_list_view"
+ android:theme="@style/Theme.Light.CustomOverscroll"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal|top"
diff --git a/res/layout/widgets_view.xml b/res/layout/widgets_view.xml
index 161c2686d..755634f82 100644
--- a/res/layout/widgets_view.xml
+++ b/res/layout/widgets_view.xml
@@ -40,6 +40,7 @@
<!-- DO NOT CHANGE THE ID -->
<com.android.launcher3.widget.WidgetsRecyclerView
android:id="@+id/widgets_list_view"
+ android:theme="@style/Theme.Dark.CustomOverscroll"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"