summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRuei-sung Lin <rslin@google.com>2011-10-13 18:20:07 -0700
committerRuei-sung Lin <rslin@google.com>2011-11-04 16:13:09 -0700
commit6618fde7e130855f074113ca6d6348d6a65e9ea3 (patch)
tree8c7152ef2bb4710948af0d353e9de05c2c0abb89 /res/layout
parent833b3475c3e9cd243efd0e5d4516cd3d5430b010 (diff)
downloadandroid_packages_apps_Snap-6618fde7e130855f074113ca6d6348d6a65e9ea3.tar.gz
android_packages_apps_Snap-6618fde7e130855f074113ca6d6348d6a65e9ea3.tar.bz2
android_packages_apps_Snap-6618fde7e130855f074113ca6d6348d6a65e9ea3.zip
Add face tanning effect to gallery
bug: 5453164 Change-Id: I259e80325854b9e4a2d2c93db74b306b8e15535c
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photoeditor_effects_fix.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/photoeditor_effects_fix.xml b/res/layout/photoeditor_effects_fix.xml
index b8ed52477..9a2843c67 100644
--- a/res/layout/photoeditor_effects_fix.xml
+++ b/res/layout/photoeditor_effects_fix.xml
@@ -50,6 +50,16 @@
android:text="@string/facelift"
style="@style/EffectLabel"/>
</com.android.gallery3d.photoeditor.actions.FaceliftAction>
+ <com.android.gallery3d.photoeditor.actions.FaceTanAction style="@style/Effect">
+ <ImageButton
+ android:id="@+id/effect_button"
+ style="@style/EffectIcon"
+ android:src="@drawable/photoeditor_effect_facetan"/>
+ <TextView
+ android:id="@+id/effect_label"
+ android:text="@string/facetan"
+ style="@style/EffectLabel"/>
+ </com.android.gallery3d.photoeditor.actions.FaceTanAction>
<com.android.gallery3d.photoeditor.actions.StraightenAction style="@style/Effect"
android:tag="@string/straighten_tooltip">
<ImageButton