summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-05-07 00:53:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-07 00:53:23 +0000
commit5dc17084256b4004c9c3eda87b88c60314c2dc89 (patch)
tree7b4417c50af604f1608f48deeaf2c6b28fc3993f /res
parent77919b93b98f5afa1b39546861197d6065847224 (diff)
parentebe1734a67dff9ab46f3c6cce328a86b714ce620 (diff)
downloadandroid_packages_apps_Trebuchet-5dc17084256b4004c9c3eda87b88c60314c2dc89.tar.gz
android_packages_apps_Trebuchet-5dc17084256b4004c9c3eda87b88c60314c2dc89.tar.bz2
android_packages_apps_Trebuchet-5dc17084256b4004c9c3eda87b88c60314c2dc89.zip
Merge "Make drag and drop also work when the widget tray is still in scroll mode." into ub-launcher3-burnaby
Diffstat (limited to 'res')
-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"