summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-15 18:03:37 -0700
committernicolasroard <nicolasroard@google.com>2012-10-16 13:09:34 -0700
commitca51847ff110310067cfd964ec7d642c74ba1615 (patch)
tree59152fb51f2cb841dc7ddba786c967d9209cacd8 /res
parentcc9ab9977f01651bbfc7a43e39c3f950f4722982 (diff)
downloadandroid_packages_apps_Snap-ca51847ff110310067cfd964ec7d642c74ba1615.tar.gz
android_packages_apps_Snap-ca51847ff110310067cfd964ec7d642c74ba1615.tar.bz2
android_packages_apps_Snap-ca51847ff110310067cfd964ec7d642c74ba1615.zip
Fix curves tool
bug:7344301 bug:7328680 bug:7289525 bug:7234239 Change-Id: I78d09dc2b38b11ccb2aac38ceef3acd8041f245e
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_activity.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index e8a988ff1..885521104 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -137,6 +137,7 @@
android:id="@+id/imageCurves"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layerType="software"
android:visibility="gone" />
<com.android.gallery3d.filtershow.imageshow.ImageBorder
@@ -191,6 +192,15 @@
android:orientation="horizontal"
android:visibility="gone" >
+ <ImageButton
+ android:id="@+id/pickCurvesChannel"
+ android:layout_width="64dip"
+ android:layout_height="64dip"
+ android:layout_gravity="center_vertical|left"
+ android:scaleType="centerInside"
+ android:text="@string/curvesRGB"
+ android:src="@drawable/filtershow_button_show_original" />
+
<Button
android:id="@+id/applyEffect"
android:layout_width="wrap_content"