summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2016-05-24 16:30:13 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-03 15:45:47 -0700
commit2a3c90cd9d2e0c539be226e39cfb0ab6eee9d6cd (patch)
tree4b05e0857ae71e84fb2502a1af6a3806fa0b3c04
parent53a2b18514beafc77a831fbf4f416ff7a41a0d6e (diff)
downloadandroid_packages_apps_Snap-2a3c90cd9d2e0c539be226e39cfb0ab6eee9d6cd.tar.gz
android_packages_apps_Snap-2a3c90cd9d2e0c539be226e39cfb0ab6eee9d6cd.tar.bz2
android_packages_apps_Snap-2a3c90cd9d2e0c539be226e39cfb0ab6eee9d6cd.zip
SnapdragonCamera: adjust video recording duration margins
Video recording duration overlays with mute button for low resolution display. Resolve the issue but adjusting the margins Change-Id: I526529dd71190f65b2b97c1bd79844129e2773f9 CRs-Fixed: 1019589
-rw-r--r--res/layout/video_module.xml4
-rw-r--r--res/values/styles.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/video_module.xml b/res/layout/video_module.xml
index 9caac3af9..75487d49e 100644
--- a/res/layout/video_module.xml
+++ b/res/layout/video_module.xml
@@ -61,8 +61,8 @@
<com.android.camera.PauseButton android:id="@+id/video_pause"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:layout_marginLeft="70dp"
- android:padding="23dp"
+ android:layout_marginLeft="50dp"
+ android:padding="38dp"
android:src="@drawable/btn_pause_recording"/>
<include layout="@layout/viewfinder_labels_video"
android:id="@+id/labels" />
diff --git a/res/values/styles.xml b/res/values/styles.xml
index b3ee810e1..98140127a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -130,7 +130,7 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:singleLine">true</item>
- <item name="android:layout_marginTop">23dp</item>
+ <item name="android:layout_marginTop">38dp</item>
<item name="android:paddingLeft">15dp</item>
<item name="android:paddingRight">15dp</item>
<item name="android:paddingTop">3dp</item>