summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuei-sung Lin <rslin@google.com>2011-09-19 14:33:17 +0800
committerRuei-sung Lin <rslin@google.com>2011-09-30 10:53:15 -0700
commit576b8713c76c372e92d65ff79d158ea91539d9ca (patch)
tree4eba798b0449e024ff5c9205382a08e48519b6a2 /res
parent2ec4e1c43dbd2488738a4ab529a535a276425fd5 (diff)
downloadandroid_packages_apps_Snap-576b8713c76c372e92d65ff79d158ea91539d9ca.tar.gz
android_packages_apps_Snap-576b8713c76c372e92d65ff79d158ea91539d9ca.tar.bz2
android_packages_apps_Snap-576b8713c76c372e92d65ff79d158ea91539d9ca.zip
facelift in gallery
Change-Id: I7cb67c3d977d8b23957586bb5ad1dada096ef07b
Diffstat (limited to 'res')
-rw-r--r--res/drawable/photoeditor_effect_facelift.pngbin0 -> 1799 bytes
-rw-r--r--res/layout/photoeditor_effects_fix.xml10
-rw-r--r--res/values/photoeditor_strings.xml6
3 files changed, 16 insertions, 0 deletions
diff --git a/res/drawable/photoeditor_effect_facelift.png b/res/drawable/photoeditor_effect_facelift.png
new file mode 100644
index 000000000..ba845b5ee
--- /dev/null
+++ b/res/drawable/photoeditor_effect_facelift.png
Binary files differ
diff --git a/res/layout/photoeditor_effects_fix.xml b/res/layout/photoeditor_effects_fix.xml
index b77ffd132..b8ed52477 100644
--- a/res/layout/photoeditor_effects_fix.xml
+++ b/res/layout/photoeditor_effects_fix.xml
@@ -40,6 +40,16 @@
android:text="@string/redeye"
style="@style/EffectLabel"/>
</com.android.gallery3d.photoeditor.actions.RedEyeAction>
+ <com.android.gallery3d.photoeditor.actions.FaceliftAction style="@style/Effect">
+ <ImageButton
+ android:id="@+id/effect_button"
+ style="@style/EffectIcon"
+ android:src="@drawable/photoeditor_effect_facelift"/>
+ <TextView
+ android:id="@+id/effect_label"
+ android:text="@string/facelift"
+ style="@style/EffectLabel"/>
+ </com.android.gallery3d.photoeditor.actions.FaceliftAction>
<com.android.gallery3d.photoeditor.actions.StraightenAction style="@style/Effect"
android:tag="@string/straighten_tooltip">
<ImageButton
diff --git a/res/values/photoeditor_strings.xml b/res/values/photoeditor_strings.xml
index e05480c85..4a5d34669 100644
--- a/res/values/photoeditor_strings.xml
+++ b/res/values/photoeditor_strings.xml
@@ -60,6 +60,12 @@
<!-- Name for the photo effect that makes photo only two color tones. [CHAR LIMIT=15] -->
<string name="duotone">Duo-tone</string>
+ <!-- Name for the photo effect that smooths facial skins. [CHAR LIMIT=15] -->
+ <string name="facelift">Face Glow</string>
+
+ <!-- Name for the photo effect that tans facial skins. [CHAR LIMIT=15] -->
+ <string name="facetan">Face Tan</string>
+
<!-- Name for the photo effect that fills back-light. [CHAR LIMIT=15] -->
<string name="filllight">Fill Light</string>