summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-02 21:57:22 -0700
committernicolasroard <nicolasroard@google.com>2012-10-04 17:11:52 -0700
commitb6d989e1d75fd8c2a5aeafe846a99aae33bd7355 (patch)
treea2ed60558301d02302c2b271ecfe72d8b62623d9 /res
parentc001e0e4ea5566a5520925c94a34d4a795b0b070 (diff)
downloadandroid_packages_apps_Snap-b6d989e1d75fd8c2a5aeafe846a99aae33bd7355.tar.gz
android_packages_apps_Snap-b6d989e1d75fd8c2a5aeafe846a99aae33bd7355.tar.bz2
android_packages_apps_Snap-b6d989e1d75fd8c2a5aeafe846a99aae33bd7355.zip
Implement sharpen
bug:7279964 bug:7247494 bug:7234321 - add a sharpen filter - add infrastructure to use RenderScript - some refactoring (add an ImageSlave class) - add new zoom UI Change-Id: Id94dc94d32866c7107b6818adf4db35d0c6c0b01
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 0dead607f..1449f16e9 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -125,6 +125,12 @@
android:layout_height="wrap_content"
android:visibility="gone" />
+ <com.android.gallery3d.filtershow.imageshow.ImageZoom
+ android:id="@+id/imageZoom"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
<ImageButton
android:id="@+id/showOriginalButton"
android:layout_width="64dip"