From fa458f0a64a6b4412912c9177ec0fbeed084a28f Mon Sep 17 00:00:00 2001 From: Byunghun Jeon Date: Tue, 16 Jun 2015 20:17:22 -0700 Subject: 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 --- res/layout/photo_module.xml | 1 + res/layout/video_module.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'res/layout') 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" > 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" > -- cgit v1.2.3