OSDN Git Service

Fixes Rotate, Flip, Straighten tools.
authornicolasroard <nicolasroard@google.com>
Fri, 12 Oct 2012 01:12:09 +0000 (18:12 -0700)
committernicolasroard <nicolasroard@google.com>
Fri, 12 Oct 2012 02:50:22 +0000 (19:50 -0700)
bug:7314849
Bug:7224232
Bug:7218935
Change-Id: I418287ff1f81c25f8e089821d823dc29ee62ff0e

res/layout/filtershow_activity.xml
src/com/android/gallery3d/filtershow/presets/ImagePreset.java

index 7417374..f2b4736 100644 (file)
                 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"
index 18aa1fb..42dbcb9 100644 (file)
@@ -79,7 +79,7 @@ public class ImagePreset {
         mHistoryName = name;
     }
 
-    private void setHistoryName(String name) {
+    public void setHistoryName(String name) {
         mHistoryName = name;
     }