summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-03-30 20:56:54 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-03-30 20:56:54 -0700
commit72ed34d9887203674e411f4aaf3b0bd2e6cd2638 (patch)
tree57e65cc155675879539b848e7e881c056151e8fb /res
parentedea332aa8a58edf4af635a2da31585f45998366 (diff)
parentb2133d93db03cb620677805e4b7c0f5338ed26c3 (diff)
downloadandroid_packages_apps_Snap-72ed34d9887203674e411f4aaf3b0bd2e6cd2638.tar.gz
android_packages_apps_Snap-72ed34d9887203674e411f4aaf3b0bd2e6cd2638.tar.bz2
android_packages_apps_Snap-72ed34d9887203674e411f4aaf3b0bd2e6cd2638.zip
Merge "Camera2: Fix histogram cover the capture button issue"
Diffstat (limited to 'res')
-rw-r--r--res/layout/photo_module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index 0c661466a..b6315aa09 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -55,7 +55,7 @@
android:layout_width="200dip"
android:layout_height="200dip"
android:layout_marginTop="15dip"
- android:layout_marginLeft="15dip" />
+ android:layout_marginLeft="75dip" />
<TableLayout
android:id="@+id/relative_seek"
android:layout_width="match_parent"