From 7fce63a9a1c82980ed3393a22beb2b46d2a092e7 Mon Sep 17 00:00:00 2001 From: Steve Howard Date: Wed, 24 Mar 2010 15:55:44 -0700 Subject: Backport 000d356458b880379379643edf261027face1a81 to donut: move map tiles to no-dpi since they are dpi-independent. Tested with this emulator command line: emulator -skin WVGA800 -dpi-device 240 Without this patch, taking a MapView in satellite mode to full zoom causes an exception due to incorrectly sized images (assuming there's no satellite imagery at that zoom level, true for almost all locations). Change-Id: Icc5e01340c808d9d5740a37ebc6d61458f5ce3e7 --- core/res/res/drawable-nodpi/blank_tile.png | Bin 0 -> 557 bytes core/res/res/drawable-nodpi/loading_tile.png | Bin 0 -> 729 bytes core/res/res/drawable-nodpi/no_tile_128.png | Bin 0 -> 1392 bytes core/res/res/drawable/blank_tile.png | Bin 557 -> 0 bytes core/res/res/drawable/loading_tile.png | Bin 729 -> 0 bytes core/res/res/drawable/no_tile_128.png | Bin 1392 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 core/res/res/drawable-nodpi/blank_tile.png create mode 100644 core/res/res/drawable-nodpi/loading_tile.png create mode 100644 core/res/res/drawable-nodpi/no_tile_128.png delete mode 100644 core/res/res/drawable/blank_tile.png delete mode 100644 core/res/res/drawable/loading_tile.png delete mode 100644 core/res/res/drawable/no_tile_128.png diff --git a/core/res/res/drawable-nodpi/blank_tile.png b/core/res/res/drawable-nodpi/blank_tile.png new file mode 100644 index 00000000000..63b9296b127 Binary files /dev/null and b/core/res/res/drawable-nodpi/blank_tile.png differ diff --git a/core/res/res/drawable-nodpi/loading_tile.png b/core/res/res/drawable-nodpi/loading_tile.png new file mode 100644 index 00000000000..f5a80c95397 Binary files /dev/null and b/core/res/res/drawable-nodpi/loading_tile.png differ diff --git a/core/res/res/drawable-nodpi/no_tile_128.png b/core/res/res/drawable-nodpi/no_tile_128.png new file mode 100644 index 00000000000..a9b007d45ae Binary files /dev/null and b/core/res/res/drawable-nodpi/no_tile_128.png differ diff --git a/core/res/res/drawable/blank_tile.png b/core/res/res/drawable/blank_tile.png deleted file mode 100644 index 63b9296b127..00000000000 Binary files a/core/res/res/drawable/blank_tile.png and /dev/null differ diff --git a/core/res/res/drawable/loading_tile.png b/core/res/res/drawable/loading_tile.png deleted file mode 100644 index f5a80c95397..00000000000 Binary files a/core/res/res/drawable/loading_tile.png and /dev/null differ diff --git a/core/res/res/drawable/no_tile_128.png b/core/res/res/drawable/no_tile_128.png deleted file mode 100644 index a9b007d45ae..00000000000 Binary files a/core/res/res/drawable/no_tile_128.png and /dev/null differ -- cgit v1.2.3