From 86b40541a8f48287fed0663f1e6ac10610523d32 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Tue, 1 Jun 2010 14:48:12 -0700 Subject: Make 2D All Apps work better in landscape and on hdpi. * Correct the density (or, rather, remove the density) of the icons in the cache to ensure they're drawn px-for-px. * Create a new landscape layout for 2DAA that aligns things properly (viz: Home icon at right, padding tuned, 6 columns). * Performance improvement: Make the app grid, icons, and home icon all opaque (by setting a black background) and move the home icon so it doesn't overlap the grid. Change-Id: I961323e9e39cb122cdc694853706e7fcdd10142f --- res/layout-land/all_apps_2d.xml | 63 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 res/layout-land/all_apps_2d.xml (limited to 'res/layout-land/all_apps_2d.xml') diff --git a/res/layout-land/all_apps_2d.xml b/res/layout-land/all_apps_2d.xml new file mode 100644 index 000000000..a253b937b --- /dev/null +++ b/res/layout-land/all_apps_2d.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + -- cgit v1.2.3