summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/HighlightDrawer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/ui/HighlightDrawer.java')
-rw-r--r--src/com/android/gallery3d/ui/HighlightDrawer.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/ui/HighlightDrawer.java b/src/com/android/gallery3d/ui/HighlightDrawer.java
index f6a4695cb..6e73b0fda 100644
--- a/src/com/android/gallery3d/ui/HighlightDrawer.java
+++ b/src/com/android/gallery3d/ui/HighlightDrawer.java
@@ -15,11 +15,10 @@
*/
package com.android.gallery3d.ui;
-import com.android.gallery3d.R;
-import com.android.gallery3d.data.Path;
-
import android.content.Context;
+import com.android.gallery3d.data.Path;
+
public class HighlightDrawer extends IconDrawer {
private SelectionManager mSelectionManager;
private Path mHighlightItem;