summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/drawable/photoeditor_effect_facetan.pngbin0 -> 2868 bytes
-rw-r--r--res/layout/photoeditor_effects_fix.xml10
2 files changed, 10 insertions, 0 deletions
diff --git a/res/drawable/photoeditor_effect_facetan.png b/res/drawable/photoeditor_effect_facetan.png
new file mode 100644
index 000000000..673a982f6
--- /dev/null
+++ b/res/drawable/photoeditor_effect_facetan.png
Binary files differ
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