OSDN Git Service

display menu indicator in crop
authorJohn Hoford <hoford@google.com>
Tue, 17 Sep 2013 22:42:08 +0000 (15:42 -0700)
committerJohn Hoford <hoford@google.com>
Tue, 17 Sep 2013 22:42:08 +0000 (15:42 -0700)
Change-Id: I3ecde3c5e01ace32347e216f2eeb50643e1d9019

src/com/android/gallery3d/filtershow/editors/EditorCrop.java

index 511d4ff..1e025d8 100644 (file)
@@ -143,6 +143,12 @@ public class EditorCrop extends Editor implements EditorInfo {
     }
 
     @Override
+    public void setUtilityPanelUI(View actionButton, View editControl) {
+        super.setUtilityPanelUI(actionButton,editControl);
+        setMenuIcon(true);
+    }
+
+    @Override
     public boolean showsSeekBar() {
         return false;
     }