summaryrefslogtreecommitdiffstats
path: root/src_pd/com/android
diff options
context:
space:
mode:
authorJohn Hoford <google.com>2013-01-25 13:28:34 -0800
committerJohn Hoford <hoford@google.com>2013-01-30 18:57:44 -0800
commit9beac537774310fc435bc513ba25a8230b14f0e4 (patch)
tree9cede5c32d88e18916c82f59af90756fb1789d7c /src_pd/com/android
parentd08e8639ce9a0088a34d6fb9630e4fb8b4f9e035 (diff)
downloadandroid_packages_apps_Snap-9beac537774310fc435bc513ba25a8230b14f0e4.tar.gz
android_packages_apps_Snap-9beac537774310fc435bc513ba25a8230b14f0e4.tar.bz2
android_packages_apps_Snap-9beac537774310fc435bc513ba25a8230b14f0e4.zip
add color selection ui to draw
Change-Id: Ie2fa3522141e4f98e2b7f805c1ebe3385083bb02
Diffstat (limited to 'src_pd/com/android')
-rw-r--r--src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
index 0c73183b2..68fefa1f5 100644
--- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
+++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java
@@ -27,6 +27,7 @@ public class EditorManager {
editorPlaceHolder.addEditor(new EditorZoom());
editorPlaceHolder.addEditor(new EditorCurves());
editorPlaceHolder.addEditor(new BasicEditor());
+ editorPlaceHolder.addEditor(new EditorDraw());
}
}