summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/filtershow_activity.xml')
-rw-r--r--res/layout/filtershow_activity.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 3cf0c822a..a3e402371 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -114,6 +114,24 @@
android:layout_height="wrap_content"
android:visibility="gone" />
+ <com.android.gallery3d.filtershow.imageshow.ImageCrop
+ android:id="@+id/imageCrop"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
+ <com.android.gallery3d.filtershow.imageshow.ImageRotate
+ android:id="@+id/imageRotate"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
+ <com.android.gallery3d.filtershow.imageshow.ImageFlip
+ android:id="@+id/imageFlip"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
<com.android.gallery3d.filtershow.ui.ImageCurves
android:id="@+id/imageCurves"
android:layout_width="match_parent"
@@ -373,4 +391,4 @@
</LinearLayout>
</LinearLayout>
-</FrameLayout> \ No newline at end of file
+</FrameLayout>