summaryrefslogtreecommitdiffstats
path: root/res/layout/photoeditor_rotate_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
commit04085c3b17e4b6da6fb951e2cdbd35dfa153bb87 (patch)
treefbea219d9e64977adf73fca3b9faa20c92839512 /res/layout/photoeditor_rotate_view.xml
parente4fe38b74589dbce167cd88d14b249f645a57b73 (diff)
downloadandroid_packages_apps_Gallery2-04085c3b17e4b6da6fb951e2cdbd35dfa153bb87.tar.gz
android_packages_apps_Gallery2-04085c3b17e4b6da6fb951e2cdbd35dfa153bb87.tar.bz2
android_packages_apps_Gallery2-04085c3b17e4b6da6fb951e2cdbd35dfa153bb87.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_rotate_view.xml')
-rw-r--r--res/layout/photoeditor_rotate_view.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/photoeditor_rotate_view.xml b/res/layout/photoeditor_rotate_view.xml
index 9dbe9d02d..0e85fd4a3 100644
--- a/res/layout/photoeditor_rotate_view.xml
+++ b/res/layout/photoeditor_rotate_view.xml
@@ -16,5 +16,4 @@
<com.android.gallery3d.photoeditor.actions.RotateView
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/fullscreen_effect_tool"
style="@style/FullscreenToolView"/>