OSDN Git Service

Show the Utility Panel by default.
authorVictor Doba <dobavictor@google.com>
Fri, 15 Feb 2013 12:24:41 +0000 (13:24 +0100)
committerVictor Doba <dobavictor@google.com>
Fri, 15 Feb 2013 12:24:41 +0000 (13:24 +0100)
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java

index 4637568..2d50d11 100644 (file)
@@ -673,7 +673,7 @@ public class ImageShow extends View implements OnGestureListener,
     }
 
     public boolean useUtilityPanel() {
-        return false;
+        return true;
     }
 
     public void openUtilityPanel(final LinearLayout accessoryViewList) {