summaryrefslogtreecommitdiffstats
path: root/res/layout
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/layout
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/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 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