diff options
| author | George Mount <mount@google.com> | 2012-10-23 10:26:49 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-23 10:26:50 -0700 |
| commit | 0107c1ee0b0815bdc1cbf383e776d17365f67530 (patch) | |
| tree | beba99109da18d279b6d395676d48e4a7a38af46 /src | |
| parent | 072e41e2c00abdc8f7e780679b5a943d41c6f1e6 (diff) | |
| parent | 1d5fda98a8d6bb28ef3eafb1fc0f24152a91560e (diff) | |
| download | android_packages_apps_Snap-0107c1ee0b0815bdc1cbf383e776d17365f67530.tar.gz android_packages_apps_Snap-0107c1ee0b0815bdc1cbf383e776d17365f67530.tar.bz2 android_packages_apps_Snap-0107c1ee0b0815bdc1cbf383e776d17365f67530.zip | |
Merge "Ensure photo sphere icon shows for panoramas." into gb-ub-photos-arches
Diffstat (limited to 'src')
| -rw-r--r-- | src/com/android/gallery3d/app/PhotoPageBottomControls.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/PhotoPageBottomControls.java b/src/com/android/gallery3d/app/PhotoPageBottomControls.java index f416fe52f..415111fb9 100644 --- a/src/com/android/gallery3d/app/PhotoPageBottomControls.java +++ b/src/com/android/gallery3d/app/PhotoPageBottomControls.java @@ -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); } } |
