From b2133d93db03cb620677805e4b7c0f5338ed26c3 Mon Sep 17 00:00:00 2001 From: liangche Date: Wed, 26 Mar 2014 10:00:17 +0800 Subject: 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 --- res/layout/photo_module.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />