summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-10-14 10:42:04 +0800
committerXiaojing Zhang <zhangx@codeaurora.org>2014-11-04 20:38:34 -0800
commit70009969c7a8933f538f24c349605e0fb20f7a35 (patch)
tree2d366a43e82058c5ae5a19310496dfeff02ff9a0 /src/com/android/gallery3d
parented2687a7d84b0d5ab9bf6eb1b20be2ec745444c6 (diff)
downloadandroid_packages_apps_Gallery2-70009969c7a8933f538f24c349605e0fb20f7a35.tar.gz
android_packages_apps_Gallery2-70009969c7a8933f538f24c349605e0fb20f7a35.tar.bz2
android_packages_apps_Gallery2-70009969c7a8933f538f24c349605e0fb20f7a35.zip
Gallery2: Cropped video seek bar pointer.
Modify time bar layout to make it show completely. Change-Id: Id3c61db55e2c92696babe38bf9cc8f94c32459ce CRs-Fixed: 737809
Diffstat (limited to 'src/com/android/gallery3d')
-rw-r--r--src/com/android/gallery3d/app/MovieControllerOverlay.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/app/MovieControllerOverlay.java b/src/com/android/gallery3d/app/MovieControllerOverlay.java
index 74d94f3c8..5f2ba06e5 100644
--- a/src/com/android/gallery3d/app/MovieControllerOverlay.java
+++ b/src/com/android/gallery3d/app/MovieControllerOverlay.java
@@ -362,7 +362,7 @@ public class MovieControllerOverlay extends CommonControllerOverlay implements
// padding is changed
if (enableRewindAndForward) {
mBackground.layout(0, y - mTimeBar.getPreferredHeight() - 80, w, y);
- mTimeBar.layout(pl, y - mTimeBar.getPreferredHeight() - 80, w - pr,
+ mTimeBar.layout(pl, y - mTimeBar.getPreferredHeight() - 120, w - pr,
y - mTimeBar.getBarHeight());
mControllerRewindAndForwardExt.onLayout(0, width, y);
} else {