From 82d71e41c466f2e3b8370ffdd97aa84bfc9c4ce9 Mon Sep 17 00:00:00 2001 From: likaid Date: Wed, 11 Mar 2015 16:46:42 +0800 Subject: SnapdragonCamera: The alert dialog's rotation is not right It will pop up a alert dialog if something goes wrong while generating mosaic. The alert dialog's rotation is not right, as a result, the alert dialog's UI will gose wrong. Use RotateLayout to set the rotation before we show the alert. Change-Id: Iaa91e811393a90c9f28f98404d782d2cc2ad9fe9 CRs-Fixed: 805471 --- res/layout/panorama_module.xml | 73 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) (limited to 'res') diff --git a/res/layout/panorama_module.xml b/res/layout/panorama_module.xml index db05b806c..5ae300272 100644 --- a/res/layout/panorama_module.xml +++ b/res/layout/panorama_module.xml @@ -55,6 +55,79 @@ + + + + + + + + + + + + + + + + + + + + +