summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-23 17:22:54 -0700
committernicolasroard <nicolasroard@google.com>2012-12-05 20:23:52 -0800
commitcc93226fc364a50de3a1479c0912e9af1854b666 (patch)
tree2256716770af3b1c7bf096468d988b5f6f1eee74 /res
parent395c9bba9dabb3a6208717dd40f42630becee5db (diff)
downloadandroid_packages_apps_Gallery2-cc93226fc364a50de3a1479c0912e9af1854b666.tar.gz
android_packages_apps_Gallery2-cc93226fc364a50de3a1479c0912e9af1854b666.tar.bz2
android_packages_apps_Gallery2-cc93226fc364a50de3a1479c0912e9af1854b666.zip
Implements Redeye fix
bug:7223838 Change-Id: I21d8d2c8f858fca2e86d18b927cbf6878eb64263
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index abcb562b2..854673628 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -112,6 +112,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
+ <com.android.gallery3d.filtershow.imageshow.ImageRedEyes
+ android:id="@+id/imageRedEyes"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
<!--
<ImageButton
android:id="@+id/showOriginalButton"
@@ -287,8 +293,7 @@
android:id="@+id/redEyeButton"
style="@style/FilterShowBottomButton"
android:src="@drawable/photoeditor_effect_redeye"
- android:text="@string/redeye"
- android:visibility="gone" />
+ android:text="@string/redeye" />
</LinearLayout>
</HorizontalScrollView>