summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/GridDrawer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/ui/GridDrawer.java')
-rw-r--r--src/com/android/gallery3d/ui/GridDrawer.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/gallery3d/ui/GridDrawer.java b/src/com/android/gallery3d/ui/GridDrawer.java
index e8e072dc8..bf15eff00 100644
--- a/src/com/android/gallery3d/ui/GridDrawer.java
+++ b/src/com/android/gallery3d/ui/GridDrawer.java
@@ -16,13 +16,13 @@
package com.android.gallery3d.ui;
-import com.android.gallery3d.R;
-import com.android.gallery3d.data.Path;
-
import android.content.Context;
import android.graphics.Color;
import android.text.Layout;
+import com.android.gallery3d.R;
+import com.android.gallery3d.data.Path;
+
public class GridDrawer extends IconDrawer {
private Texture mImportLabel;
private int mGridWidth;