From c8a9e86919dca8938948f97efc3dcbe143e806bf Mon Sep 17 00:00:00 2001 From: Bobby Georgescu Date: Fri, 1 Feb 2013 12:57:14 -0800 Subject: Importer: Full-screen viewing, UI refinement, refactoring Bug: 7990333 Bug: 8151814 Bug: 8037411 This CL adds or changes the following things: - Full-screen image viewing and UI for switching modes - Moved general functionality from MtpThumbnailTileView to MtpImageView to allow for reuse in full-screen image use-case - MtpBitmapCache moved from ui to data package - Orientation now respected when set in image metadata - Miscellaneous UI consistency issues fixed - Miscellaneous instability issues fixed Change-Id: I5f188b763617b693e32fedc03273d711d604922a --- res/layout/ingest_fullsize.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 res/layout/ingest_fullsize.xml (limited to 'res/layout/ingest_fullsize.xml') diff --git a/res/layout/ingest_fullsize.xml b/res/layout/ingest_fullsize.xml new file mode 100644 index 000000000..4100ca13d --- /dev/null +++ b/res/layout/ingest_fullsize.xml @@ -0,0 +1,36 @@ + + + + + + + + + \ No newline at end of file -- cgit v1.2.3