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"
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 51ff00e..b4ff85f 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -63,6 +63,20 @@
     <string name="apply_effect">Apply</string>
     <!--  Label for the reset effect button [CHAR LIMIT=15] -->
     <string name="reset_effect">Reset</string>
+    <!--  Label for the aspect 1:1 effect button [CHAR LIMIT=15] -->
+    <string name="aspect">Aspect</string>
+    <!--  Label for the aspect 1:1 effect button [CHAR LIMIT=15] -->
+    <string name="aspect1to1_effect">1:1</string>
+    <!--  Label for the aspect 4:7 effect button [CHAR LIMIT=15] -->
+    <string name="aspect4to6_effect">4:6</string>
+    <!--  Label for the aspect 1:1 effect button [CHAR LIMIT=15] -->
+    <string name="aspect5to7_effect">5:7</string>
+    <!--  Label for the aspect 1:1 effect button [CHAR LIMIT=15] -->
+    <string name="aspect9to16_effect">16:9</string>
+    <!--  Label for the aspect None effect button [CHAR LIMIT=15] -->
+    <string name="aspectNone_effect">None</string>
+    <!--  Label for the aspect None effect button [CHAR LIMIT=15] -->
+    <string name="aspectOriginal_effect">Original</string>
 
     <!--  Filters buttons -->