summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2016-05-24 16:30:13 -0700
committerJay Wang <jaywang@codeaurora.org>2016-05-26 13:42:57 -0700
commit32db326a3c2c25e8334f79b0064c5bd350ffd550 (patch)
tree282ad351636e9b061d135253710ea5d404191afe /res/values/styles.xml
parentd3383e87fce92ecfde2a8916d121def3fe101566 (diff)
downloadandroid_packages_apps_Snap-32db326a3c2c25e8334f79b0064c5bd350ffd550.tar.gz
android_packages_apps_Snap-32db326a3c2c25e8334f79b0064c5bd350ffd550.tar.bz2
android_packages_apps_Snap-32db326a3c2c25e8334f79b0064c5bd350ffd550.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
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index bb13cc5c8..4a7284874 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -129,7 +129,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>