summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayoutChildren.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-05-05 15:05:07 -0700
committerMichael Jurka <mikejurka@google.com>2011-05-05 15:13:11 -0700
commitb9b8ce94ff958792dd6ef81b0e50784fe8ad98a6 (patch)
treee2d585e5aa07afacbc0878d916a3909628291ab5 /src/com/android/launcher2/CellLayoutChildren.java
parentfd6e4511b0b44c29e7718a474f71715dab8de4ce (diff)
downloadandroid_packages_apps_Trebuchet-b9b8ce94ff958792dd6ef81b0e50784fe8ad98a6.tar.gz
android_packages_apps_Trebuchet-b9b8ce94ff958792dd6ef81b0e50784fe8ad98a6.tar.bz2
android_packages_apps_Trebuchet-b9b8ce94ff958792dd6ef81b0e50784fe8ad98a6.zip
Fix: restoring holo outlines in paged views on tablet
Change-Id: Ifb319731f76c8154e2dff5336641862b7427d836
Diffstat (limited to 'src/com/android/launcher2/CellLayoutChildren.java')
-rw-r--r--src/com/android/launcher2/CellLayoutChildren.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/launcher2/CellLayoutChildren.java b/src/com/android/launcher2/CellLayoutChildren.java
index eea38f142..f9adce0c3 100644
--- a/src/com/android/launcher2/CellLayoutChildren.java
+++ b/src/com/android/launcher2/CellLayoutChildren.java
@@ -16,12 +16,9 @@
package com.android.launcher2;
-import java.util.ArrayList;
-
import android.app.WallpaperManager;
import android.content.Context;
import android.graphics.Rect;
-import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;