summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2014-05-27 10:48:26 +0800
committerLikai Ding <likaid@codeaurora.org>2014-05-27 10:48:26 +0800
commit63dab4dc444d8227f1ce91803584b3dc53a34f57 (patch)
treec517ab1df8394ff1e5972e82c2968a3649c43acf /res/layout/photo_module.xml
parent56eedf60fc6dfd30ae096d3f003743ada3fe6d53 (diff)
downloadandroid_packages_apps_Snap-63dab4dc444d8227f1ce91803584b3dc53a34f57.tar.gz
android_packages_apps_Snap-63dab4dc444d8227f1ce91803584b3dc53a34f57.tar.bz2
android_packages_apps_Snap-63dab4dc444d8227f1ce91803584b3dc53a34f57.zip
Camera2: avoid histogram covering shutter button.
Histogram covers shutter button when the phone is rotated 90 or 180 degrees. Move it a little nearer to the center. Change-Id: I85b187c95b9cf9ef680765042b9679a9e58577ee CRs-Fixed: 657271
Diffstat (limited to 'res/layout/photo_module.xml')
-rw-r--r--res/layout/photo_module.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index b6315aa09..c59d74300 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -54,8 +54,8 @@
android:id="@+id/graph_view"
android:layout_width="200dip"
android:layout_height="200dip"
- android:layout_marginTop="15dip"
- android:layout_marginLeft="75dip" />
+ android:layout_marginTop="60dip"
+ android:layout_marginLeft="90dip" />
<TableLayout
android:id="@+id/relative_seek"
android:layout_width="match_parent"