From fedca43d396d6fd7c46fbb2f37dfa7cfe3b31834 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Wed, 19 Aug 2015 17:55:02 -0700 Subject: Moving drag-drop related code into a separate package. This is per an earlier CR comment "we should probably move all this code to its own package (launcher3.dragndrop) in a separate cl". I'm not moving DragSource because it's referred from gsa code. Bug: 22609426 Change-Id: Ia7204dab99c0c395c66b77143a2d60411153f5f3 --- res/layout-sw720dp/launcher.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout-sw720dp') diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 802922ec1..319a49315 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -23,7 +23,7 @@ android:layout_height="match_parent" android:fitsSystemWindows="true"> - @@ -76,7 +76,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="invisible" /> - +