summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliangche <liangchen@codeaurora.org>2014-03-26 10:00:17 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-03-27 23:40:02 -0700
commitb2133d93db03cb620677805e4b7c0f5338ed26c3 (patch)
treea1e3e443a17c1a153f6fa6292993a990eb02b352
parent8bb2b9499756af5348e538b7cc70c1e346e94cc6 (diff)
downloadandroid_packages_apps_Snap-b2133d93db03cb620677805e4b7c0f5338ed26c3.tar.gz
android_packages_apps_Snap-b2133d93db03cb620677805e4b7c0f5338ed26c3.tar.bz2
android_packages_apps_Snap-b2133d93db03cb620677805e4b7c0f5338ed26c3.zip
Camera2: Fix histogram cover the capture button issue
The change increase the histogram layout marginLeft, then the histogram layout will not cover the capture button layout when camera in landscape mode. Crs-fixed: 622533 Change-Id: I58dc5518f6d96b759c352aea86e14b1acdccb1ea
-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"