summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/StripDrawer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/ui/StripDrawer.java')
-rw-r--r--src/com/android/gallery3d/ui/StripDrawer.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/ui/StripDrawer.java b/src/com/android/gallery3d/ui/StripDrawer.java
index 5941392c5..a4bb37825 100644
--- a/src/com/android/gallery3d/ui/StripDrawer.java
+++ b/src/com/android/gallery3d/ui/StripDrawer.java
@@ -16,12 +16,12 @@
package com.android.gallery3d.ui;
-import com.android.gallery3d.R;
-import com.android.gallery3d.data.Path;
-
import android.content.Context;
import android.graphics.Rect;
+import com.android.gallery3d.R;
+import com.android.gallery3d.data.Path;
+
public class StripDrawer extends SelectionDrawer {
private NinePatchTexture mFramePressed;
private NinePatchTexture mFocusBox;