Adding Crop, Rotate, Flip.

Bug: 7224232
Bug: 7218935

Adding geometry manipulation UI features.

Change-Id: If924313c18121e6d192a1934e76691bd578d8eb0
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 3cf0c82..a3e4023 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>