summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2015-06-16 20:17:22 -0700
committerarusha goyal <arushag@codeaurora.org>2015-08-03 13:30:41 +0530
commitfa458f0a64a6b4412912c9177ec0fbeed084a28f (patch)
tree3e0bbdd0f7e261e2208f4e33f3d8f7a72a97a636 /res/layout
parent2006781dcbfb7a7885922d5ccb94e41b55b7e9ed (diff)
downloadandroid_packages_apps_Snap-fa458f0a64a6b4412912c9177ec0fbeed084a28f.tar.gz
android_packages_apps_Snap-fa458f0a64a6b4412912c9177ec0fbeed084a28f.tar.bz2
android_packages_apps_Snap-fa458f0a64a6b4412912c9177ec0fbeed084a28f.zip
SnapdragonCamera: remove nav bar to enable full screen preview
Remove the navigation bar in order to take advantage of full screen. Change-Id: I25f42af825c4f3b7ad6521c2ee6d62fa4219044a CRs-Fixed: 865254
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_module.xml1
-rw-r--r--res/layout/video_module.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index e0aaa147f..66e3c7c64 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -26,6 +26,7 @@
android:layout_gravity="center" >
<include layout="@layout/count_down_to_capture" />
<FrameLayout
+ android:id="@+id/preview_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical|center_horizontal" >
diff --git a/res/layout/video_module.xml b/res/layout/video_module.xml
index 6f36081e2..8fe42e178 100644
--- a/res/layout/video_module.xml
+++ b/res/layout/video_module.xml
@@ -19,6 +19,7 @@
android:layout_height="match_parent"
android:layout_gravity="center" >
<FrameLayout
+ android:id="@+id/preview_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical|center_horizontal" >