From a85c80227a56f3b7f917464096cd33877093616f Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Wed, 17 Aug 2011 22:07:43 +0800 Subject: Initial code for Gallery2. fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c --- res/layout/cropimage.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 res/layout/cropimage.xml (limited to 'res/layout/cropimage.xml') diff --git a/res/layout/cropimage.xml b/res/layout/cropimage.xml new file mode 100644 index 000000000..aefebe82d --- /dev/null +++ b/res/layout/cropimage.xml @@ -0,0 +1,25 @@ + + + + + + -- cgit v1.2.3 From 1d306766046b5336d59d82c3c82f8ae6bd12cec0 Mon Sep 17 00:00:00 2001 From: Chih-Chung Chang Date: Tue, 22 May 2012 21:26:36 -0700 Subject: Put a black View in front of SurfaceView. This prevents SurfaceView from being transparent before the first draw. Bug: 6507478 Change-Id: I2170f23d4c9844bfc3854d6120f5e72cc0d591ca --- res/layout/cropimage.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'res/layout/cropimage.xml') diff --git a/res/layout/cropimage.xml b/res/layout/cropimage.xml index aefebe82d..c434fb6a6 100644 --- a/res/layout/cropimage.xml +++ b/res/layout/cropimage.xml @@ -17,9 +17,5 @@ - + -- cgit v1.2.3