add redeye and improve shadow removal

bug:7234321
Change-Id: I12c2eb28555d7594fddf86dfa224219b70137681
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index a3e4023..7915371 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -271,6 +271,12 @@
                         style="@style/FilterShowBottomButton"
                         android:src="@drawable/filtershow_button_geometry_flip"
                         android:text="@string/flip" />
+
+                    <com.android.gallery3d.filtershow.ui.ImageButtonTitle
+                        android:id="@+id/redEyeButton"
+                        style="@style/FilterShowBottomButton"
+                        android:src="@drawable/photoeditor_effect_redeye"
+                        android:text="@string/redeye" />
                 </LinearLayout>
             </HorizontalScrollView>
 
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 9fd5b92..5023566 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -81,6 +81,8 @@
     <string name="curvesRGB">Curves</string>
     <!--  Label for the vignette filter button [CHAR LIMIT=15] -->
     <string name="vignette">Vignette</string>
+    <!-- Name for the photo effect that removes redeye. [CHAR LIMIT=15] -->
+    <string name="redeye">Red Eye</string>
 
     <!--  Labels for the curves tool -->