From 547d65c77296b4f2d164fdcf86a970a761b5bc89 Mon Sep 17 00:00:00 2001 From: Likai Ding Date: Thu, 2 Apr 2015 20:39:07 +0800 Subject: SnapdragonCamera: fix crash with persist.panel.orientation The two layout files were only available in portrait mode. Make them as default. Change-Id: Iabc4caf1a5b5b015a097a914b489f412153eeec4 --- res/layout-port/camera_controls.xml | 114 -------------------------------- res/layout-port/pano_review_control.xml | 33 --------- res/layout/camera_controls.xml | 114 ++++++++++++++++++++++++++++++++ res/layout/pano_review_control.xml | 33 +++++++++ 4 files changed, 147 insertions(+), 147 deletions(-) delete mode 100644 res/layout-port/camera_controls.xml delete mode 100644 res/layout-port/pano_review_control.xml create mode 100644 res/layout/camera_controls.xml create mode 100644 res/layout/pano_review_control.xml diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml deleted file mode 100644 index af47a13b6..000000000 --- a/res/layout-port/camera_controls.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout-port/pano_review_control.xml b/res/layout-port/pano_review_control.xml deleted file mode 100644 index eeb2ebee4..000000000 --- a/res/layout-port/pano_review_control.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - diff --git a/res/layout/camera_controls.xml b/res/layout/camera_controls.xml new file mode 100644 index 000000000..af47a13b6 --- /dev/null +++ b/res/layout/camera_controls.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/pano_review_control.xml b/res/layout/pano_review_control.xml new file mode 100644 index 000000000..eeb2ebee4 --- /dev/null +++ b/res/layout/pano_review_control.xml @@ -0,0 +1,33 @@ + + + + + + + + -- cgit v1.2.3