summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2017-11-09 17:34:12 +0800
committerxianming wang <mingwax@codeaurora.org>2017-11-09 17:36:58 +0800
commita76e01760ed7bc7d91b7831074c369cfeddd7f09 (patch)
tree9cbd66779679c18cbb95a3ceec99c2b0aac6f9b3 /res/layout
parentdb126f27692565bba5f45f0523df6449e1654ba2 (diff)
downloadandroid_packages_apps_Snap-a76e01760ed7bc7d91b7831074c369cfeddd7f09.tar.gz
android_packages_apps_Snap-a76e01760ed7bc7d91b7831074c369cfeddd7f09.tar.bz2
android_packages_apps_Snap-a76e01760ed7bc7d91b7831074c369cfeddd7f09.zip
SnapdragonCamera: Add the text "HDR On" when enable AUTO HDR
Add the "HDR On" text on top of screen when enable AUTO HDR. CRs-Fixed: 2140801 Change-Id: I2ca5ae18fcc6b50eea72b880ed6a018c98e1e56e
Diffstat (limited to 'res/layout')
-rwxr-xr-xres/layout/capture_module.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index ffa190f5e..ebbe7dea8 100755
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -81,6 +81,12 @@
android:layout_height="100dip"
android:layout_marginTop="70dip"
android:layout_marginLeft="230dip" />
+ <com.android.camera.DrawAutoHDR2
+ android:id="@+id/autohdr_view"
+ android:layout_width="200dip"
+ android:layout_height="200dip"
+ android:layout_marginTop="50dip"
+ android:layout_marginLeft="15dip" />
</FrameLayout>
<com.android.camera.ui.RenderOverlay