From efd1db011b7c85ffd590ec80f535d95070d4371e Mon Sep 17 00:00:00 2001 From: Yuli Huang Date: Mon, 12 Sep 2011 22:25:30 +0800 Subject: Fix b/4643148: Make PhotoEditor integrated into Gallery. 1. Move PhotoEditor code/resources into Gallery for single apk. 2. Change PhotoEditor package to com.android.gallery3d.photoeditor. 3. Rename PhotoEditor resources to avoid mess up Gallery resources. 4. Move Doodle effect from fix-effects to color-effects. 5. Update PhotoEditor bottom action-bar background. Change-Id: I1a2f7d27d89a14fe6a0435575b993ed8b75e6bf4 --- res/anim/photoeditor_fade_in.xml | 21 +++++++++++++++++++++ res/anim/photoeditor_fade_out.xml | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 res/anim/photoeditor_fade_in.xml create mode 100644 res/anim/photoeditor_fade_out.xml (limited to 'res/anim') diff --git a/res/anim/photoeditor_fade_in.xml b/res/anim/photoeditor_fade_in.xml new file mode 100644 index 000000000..73340410b --- /dev/null +++ b/res/anim/photoeditor_fade_in.xml @@ -0,0 +1,21 @@ + + + + diff --git a/res/anim/photoeditor_fade_out.xml b/res/anim/photoeditor_fade_out.xml new file mode 100644 index 000000000..ad97c4916 --- /dev/null +++ b/res/anim/photoeditor_fade_out.xml @@ -0,0 +1,21 @@ + + + + -- cgit v1.2.3