summaryrefslogtreecommitdiffstats
path: root/res/layout/photoeditor_flip_view.xml
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2011-11-28 20:05:27 +0800
committerYuli Huang <yuli@google.com>2011-12-02 00:57:02 +0800
commit14ff23808f86b3d3618177c86e0edf148dced11b (patch)
tree9a8641a991d04764cb4eea0a858b7a6b3ce2f76d /res/layout/photoeditor_flip_view.xml
parenteeb85e875d49c23b4ffcc627b60ffcb29fbd4809 (diff)
downloadandroid_packages_apps_Snap-14ff23808f86b3d3618177c86e0edf148dced11b.tar.gz
android_packages_apps_Snap-14ff23808f86b3d3618177c86e0edf148dced11b.tar.bz2
android_packages_apps_Snap-14ff23808f86b3d3618177c86e0edf148dced11b.zip
Refactor to remove obsolete design and improve code consistency.
1. Remove isValid()/validate() in Filter; EffectAction would push filters into the stack when being notified by notifyChanged(). 2. Make RedEyeAction consistent with DoodleAction by ignoring out-of-bounds operations. 3. Improve consistency by encapsulate effect-tool creation/removal in one class (EffectToolFactory). 4. Minimize variable visibility in EffectAction subclasses. 5. Fix unfinished doodle lost when exiting Doodle effect by multi-touch. Change-Id: I8d3b127c5fe8777eb45b7c5ae680f6a30a99635a
Diffstat (limited to 'res/layout/photoeditor_flip_view.xml')
-rw-r--r--res/layout/photoeditor_flip_view.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/photoeditor_flip_view.xml b/res/layout/photoeditor_flip_view.xml
index 0b7a7a743..150b24e28 100644
--- a/res/layout/photoeditor_flip_view.xml
+++ b/res/layout/photoeditor_flip_view.xml
@@ -16,5 +16,4 @@
<com.android.gallery3d.photoeditor.actions.FlipView
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/fullscreen_effect_tool"
style="@style/FullscreenToolView"/>