summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-04-04 17:20:42 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-04-09 15:57:57 -0700
commit1a664450bed2737660057def2d25b0c6b49b3ba8 (patch)
treeff83702fc2dfd6de0608865d6d2a2d7b9e58fb04 /src/com/android/gallery3d/filtershow/editors
parentca13834b449c4586292ca9cc1853fd8e65884edd (diff)
downloadandroid_packages_apps_Snap-1a664450bed2737660057def2d25b0c6b49b3ba8.tar.gz
android_packages_apps_Snap-1a664450bed2737660057def2d25b0c6b49b3ba8.tar.bz2
android_packages_apps_Snap-1a664450bed2737660057def2d25b0c6b49b3ba8.zip
Moving crop to a separate activity. Refactoring.
Bug: 8526929 Change-Id: I8acf6d46de069dd84c31afea6b4a7ae8e1c2fcce
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/EditorCrop.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/EditorCrop.java b/src/com/android/gallery3d/filtershow/editors/EditorCrop.java
index df922f10a..e2173ad77 100644
--- a/src/com/android/gallery3d/filtershow/editors/EditorCrop.java
+++ b/src/com/android/gallery3d/filtershow/editors/EditorCrop.java
@@ -21,7 +21,7 @@ import android.view.View;
import android.widget.FrameLayout;
import com.android.gallery3d.R;
-import com.android.gallery3d.filtershow.CropExtras;
+import com.android.gallery3d.filtershow.crop.CropExtras;
import com.android.gallery3d.filtershow.imageshow.ImageCrop;
import com.android.gallery3d.filtershow.imageshow.MasterImage;