facelift in gallery

Change-Id: I7cb67c3d977d8b23957586bb5ad1dada096ef07b
diff --git a/res/drawable/photoeditor_effect_facelift.png b/res/drawable/photoeditor_effect_facelift.png
new file mode 100644
index 0000000..ba845b5
--- /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 b77ffd1..b8ed524 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 e05480c..4a5d346 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>