summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2015-12-18 15:38:48 -0800
committerCamera Software Integration <camswint@localhost>2016-01-20 23:34:08 -0700
commit666692bf730a1c46210cc74781a56afb4b6fcf28 (patch)
treebfb626b79a0c85c9cad5df7323b7dd7651caa0fd /res/layout/photo_module.xml
parent0a67cc64e652830a67f3635f28a7d659b29e258a (diff)
downloadandroid_packages_apps_Snap-666692bf730a1c46210cc74781a56afb4b6fcf28.tar.gz
android_packages_apps_Snap-666692bf730a1c46210cc74781a56afb4b6fcf28.tar.bz2
android_packages_apps_Snap-666692bf730a1c46210cc74781a56afb4b6fcf28.zip
SnapdragonCamera: Adding help screen on first start
Adding menu help screen. Change-Id: I8f88a20b0c3599bfa35040e66562ced012d6213d CRs-Fixed: 951551
Diffstat (limited to 'res/layout/photo_module.xml')
-rw-r--r--res/layout/photo_module.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index c6d0a8def..10017192b 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -100,7 +100,9 @@
<include layout="@layout/camera_controls"
android:layout_gravity="center"
style="@style/CameraControls"/>
-
+ <include layout="@layout/menu_help"
+ android:layout_gravity="center"
+ style="@style/CameraControls"/>
<RelativeLayout
android:id="@+id/id_tsmakeup_level_layout_root"
android:layout_width="match_parent"