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/values/dimens.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/values') diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 26cb7e6..790f835 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -24,6 +24,10 @@ button_bar_height changes --> 56dip + + 25dip + 12dip -- cgit v1.1