Added fixed aspect ratio support for cropping.

Bug: 7350377
Change-Id: I8110ea999c764de675fe11f586ab9bc7af205f46
diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml
index 8855211..8a51d89 100644
--- a/res/layout/filtershow_activity.xml
+++ b/res/layout/filtershow_activity.xml
@@ -192,6 +192,15 @@
                 android:orientation="horizontal"
                 android:visibility="gone" >
 
+                <com.android.gallery3d.filtershow.ui.ImageButtonTitle
+                    android:id="@+id/aspect"
+                    style="@style/FilterShowBottomButton"
+                    android:layout_gravity="left"
+                    android:layout_weight="0"
+                    android:visibility="gone"
+                    android:src="@drawable/filtershow_button_geometry_straighten"
+                    android:text="@string/aspectNone_effect" />
+
                 <ImageButton
                     android:id="@+id/pickCurvesChannel"
                     android:layout_width="64dip"