summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-09-09 22:31:30 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-09-09 22:31:30 -0700
commited5330c39beb937fdb97a5f7c100232fab29f915 (patch)
tree83548d9463ea77a3df3f3ad2816bd9fb19c7aba0 /res
parentd95b00f2d6c9fe51cc48f216f6a2d321556ee13e (diff)
parent91731a582cb1c923e2fd92476479f88f195537a6 (diff)
downloadandroid_packages_apps_Snap-ed5330c39beb937fdb97a5f7c100232fab29f915.tar.gz
android_packages_apps_Snap-ed5330c39beb937fdb97a5f7c100232fab29f915.tar.bz2
android_packages_apps_Snap-ed5330c39beb937fdb97a5f7c100232fab29f915.zip
Merge "SnapdragonCamera: Fix progress indicator overlapped by thumbnail icon"
Diffstat (limited to 'res')
-rw-r--r--res/layout/video_module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/video_module.xml b/res/layout/video_module.xml
index 8fe42e178..fa01a6c85 100644
--- a/res/layout/video_module.xml
+++ b/res/layout/video_module.xml
@@ -62,7 +62,7 @@
<com.android.camera.PauseButton android:id="@+id/video_pause"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:layout_marginLeft="50dp"
+ android:layout_marginLeft="70dp"
android:padding="23dp"
android:visibility="gone"
android:src="@drawable/btn_pause_recording"/>