OSDN Git Service

Ensure photo sphere icon shows for panoramas.
authorGeorge Mount <mount@google.com>
Tue, 23 Oct 2012 16:33:20 +0000 (09:33 -0700)
committerGeorge Mount <mount@google.com>
Tue, 23 Oct 2012 16:45:53 +0000 (09:45 -0700)
 Bug 7393844

Change-Id: Id3b0d15606ec6e5d41558cbfc5089c4b1b229c63

src/com/android/gallery3d/app/PhotoPageBottomControls.java

index f416fe5..415111f 100644 (file)
@@ -116,6 +116,7 @@ public class PhotoPageBottomControls implements OnClickListener {
                     control.startAnimation(getControlAnimForVisibility(curVisibility));
                 }
                 control.setVisibility(curVisibility ? View.VISIBLE : View.INVISIBLE);
+                control.requestLayout(); // Kick framework to draw the control.
                 mControlsVisible.put(control, curVisibility);
             }
         }