summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-05-06 17:49:33 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-05-06 17:49:33 -0700
commitebe1734a67dff9ab46f3c6cce328a86b714ce620 (patch)
tree2dfafcf374bdb216d559276bc63666418b072ff7 /res/layout
parenteede5c03b5d03fd0a338dc372e558fcd130fbf54 (diff)
downloadandroid_packages_apps_Trebuchet-ebe1734a67dff9ab46f3c6cce328a86b714ce620.tar.gz
android_packages_apps_Trebuchet-ebe1734a67dff9ab46f3c6cce328a86b714ce620.tar.bz2
android_packages_apps_Trebuchet-ebe1734a67dff9ab46f3c6cce328a86b714ce620.zip
Make drag and drop also work when the widget tray is still in scroll mode.
b/20698514 Change-Id: Ic075f0016d5e00bbdec193bbcd2e311da1957388
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/widgets_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/widgets_view.xml b/res/layout/widgets_view.xml
index 0800f59aa..5cdf56048 100644
--- a/res/layout/widgets_view.xml
+++ b/res/layout/widgets_view.xml
@@ -40,7 +40,7 @@
android:clipChildren="false"
android:orientation="vertical">
- <android.support.v7.widget.RecyclerView
+ <com.android.launcher3.widget.WidgetsContainerRecyclerView
android:id="@+id/widgets_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"