summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
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"