summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2016-04-05 17:54:11 -0700
committerJay Wang <jaywang@codeaurora.org>2016-04-07 16:49:00 -0700
commit04ef4a0580634fbaf1e2441485b8f37650aaa2fe (patch)
tree4b668305d3e886b58ebf9be3663c5f40bf7400af /res
parent3618eb79912c36216b197580e54e366ab19d2a61 (diff)
downloadandroid_packages_apps_Snap-04ef4a0580634fbaf1e2441485b8f37650aaa2fe.tar.gz
android_packages_apps_Snap-04ef4a0580634fbaf1e2441485b8f37650aaa2fe.tar.bz2
android_packages_apps_Snap-04ef4a0580634fbaf1e2441485b8f37650aaa2fe.zip
SnapdragonCamera: Fix auto HDR indication issue
1. Fix the logic on validating the auto HDR detection. 2. Move teh HDR indicator to more visible area CRs-Fixed: 999660 Change-Id: I797f69edc847b94f60c637373b80278783c3dac8
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 10017192b..9c5b2c0d0 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -65,7 +65,7 @@
android:id="@+id/autohdr_view"
android:layout_width="200dip"
android:layout_height="200dip"
- android:layout_marginTop="15dip"
+ android:layout_marginTop="50dip"
android:layout_marginLeft="15dip" />
</RelativeLayout>
<ImageView