summaryrefslogtreecommitdiffstats
path: root/res/layout/camera_controls.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-01-15 09:53:27 +0100
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:55:48 -0700
commit9ed2ee5da3ad4d9c2670aa4f3c866325f1a4d5d6 (patch)
tree54b361293a64b488a511b75fd54598ea2b138bcc /res/layout/camera_controls.xml
parent3a444d922a26dba5074232cefceb55fc0a8873ab (diff)
downloadandroid_packages_apps_Snap-9ed2ee5da3ad4d9c2670aa4f3c866325f1a4d5d6.tar.gz
android_packages_apps_Snap-9ed2ee5da3ad4d9c2670aa4f3c866325f1a4d5d6.tar.bz2
android_packages_apps_Snap-9ed2ee5da3ad4d9c2670aa4f3c866325f1a4d5d6.zip
Fix up layout of auto HDR notice and histogram view.
Change-Id: I61f93c68b52d81c5e19919a5b0b894cf51dd35c4
Diffstat (limited to 'res/layout/camera_controls.xml')
-rw-r--r--res/layout/camera_controls.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/camera_controls.xml b/res/layout/camera_controls.xml
index 99e649db4..3f097425f 100644
--- a/res/layout/camera_controls.xml
+++ b/res/layout/camera_controls.xml
@@ -132,4 +132,18 @@
android:visibility="gone" />
</LinearLayout>
+ <com.android.camera.ui.HistogramView
+ android:id="@+id/histogram"
+ android:layout_width="200dip"
+ android:layout_height="200dip"
+ android:layout_marginTop="20dip"
+ android:visibility="gone" />
+
+ <TextView
+ android:id="@+id/auto_hdr_notice"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/auto_hdr_enabled"
+ android:visibility="gone" />
+
</com.android.camera.ui.CameraControls>