summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAbhishek Pant <apant@codeaurora.org>2013-12-04 15:51:48 +0530
committerAbhishek Pant <apant@codeaurora.org>2014-06-06 18:57:35 +0530
commitcb4748b2c5e264fc5185005d366cbdf5db140674 (patch)
treee66e3261880f96876eac62390562806fec0c2ddd /res/layout
parentae531060071669eb4fcb10f04420f941bc04115c (diff)
downloadandroid_packages_apps_Snap-cb4748b2c5e264fc5185005d366cbdf5db140674.tar.gz
android_packages_apps_Snap-cb4748b2c5e264fc5185005d366cbdf5db140674.tar.bz2
android_packages_apps_Snap-cb4748b2c5e264fc5185005d366cbdf5db140674.zip
Camera2: Adding support for Auto HDR
Adding support for Auto HDR for camera application. CRs-fixed: 629556 Change-Id: I02cdc2accb3e9fd4a9039b7f632ba3eb04fcc798
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_module.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index c59d74300..89bc1ff39 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -56,6 +56,12 @@
android:layout_height="200dip"
android:layout_marginTop="60dip"
android:layout_marginLeft="90dip" />
+ <com.android.camera.DrawAutoHDR
+ android:id="@+id/autohdr_view"
+ android:layout_width="200dip"
+ android:layout_height="200dip"
+ android:layout_marginTop="15dip"
+ android:layout_marginLeft="15dip" />
<TableLayout
android:id="@+id/relative_seek"
android:layout_width="match_parent"