summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-07-22 15:55:34 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-16 16:14:13 -0700
commit5bb5959688e810c73171be97b0f70815b1742b8d (patch)
treeaeaf1a344a6049d9763acc78df5d403f765a6bd2 /res/layout
parentf75ea7ead9b0b13af757951e70b3376b3873cb53 (diff)
downloadandroid_packages_apps_Snap-5bb5959688e810c73171be97b0f70815b1742b8d.tar.gz
android_packages_apps_Snap-5bb5959688e810c73171be97b0f70815b1742b8d.tar.bz2
android_packages_apps_Snap-5bb5959688e810c73171be97b0f70815b1742b8d.zip
SnapdragonCamera: Add selfie flash to camera2
Add selfie flash to camera2 CRs-Fixed: 1047161 Change-Id: I2ee7033d7854bb15fb9eabe215aaf063b440aee4
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/capture_module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index dd7d3cb1b..41757c535 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -27,7 +27,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center">
-
+ <include layout="@layout/selfie_flash_view" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"