summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-09-07 13:54:38 +0800
committerSteve Kondik <steve@cyngn.com>2016-08-03 15:44:39 -0700
commit48a4d32bcfcb18764f73f6595a591d0c27e506c2 (patch)
tree4a5f6698fe027e947fbcae7282653ef632b0096c /res
parenta93b1854cfb3b7500e57fe5432f57903623bf696 (diff)
downloadandroid_packages_apps_Snap-48a4d32bcfcb18764f73f6595a591d0c27e506c2.tar.gz
android_packages_apps_Snap-48a4d32bcfcb18764f73f6595a591d0c27e506c2.tar.bz2
android_packages_apps_Snap-48a4d32bcfcb18764f73f6595a591d0c27e506c2.zip
SnapdragonCamera: Fix progress indicator overlapped by thumbnail icon
The video progress indicator was near to the screen left, when recording a video with landscape mode, it will be overlapped by thumbnail icon. Adjust the padding left size of the indicator to avoid this issue. CRs-Fixed: 901605 Change-Id: I0d915c4a449422352e4a316a6ae1f662049d8807
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 97db03af2..267cc2c37 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:src="@drawable/btn_pause_recording"/>
<include layout="@layout/viewfinder_labels_video"