From 3f82f3aca14eb954e55f761721ffdd2684f0e812 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Fri, 2 Mar 2012 22:26:16 +0100 Subject: Sansa Clip Zip: Bubble now shows a proper background image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If595378d58a4602bdc6b101c062c6974f6debf62 Reviewed-on: http://gerrit.rockbox.org/167 Reviewed-by: Dimitar Dimitrov Tested-by: Dimitar Dimitrov Tested-by: Bertrik Sikken Reviewed-by: Bertrik Sikken Reviewed-by: Rafaël Carré --- apps/plugins/bitmaps/native/SOURCES | 2 +- .../bitmaps/native/bubbles_background.96x96x16.bmp | Bin 0 -> 27702 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 apps/plugins/bitmaps/native/bubbles_background.96x96x16.bmp (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index a523405..de347fd 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -151,7 +151,7 @@ bubbles_emblem.132x80x16.bmp bubbles_background.132x80x16.bmp #elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 96) bubbles_emblem.132x80x16.bmp -bubbles_background.128x96x16.bmp +bubbles_background.96x96x16.bmp #endif #elif LCD_DEPTH <= 2 /* greyscale, mono */ #if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) diff --git a/apps/plugins/bitmaps/native/bubbles_background.96x96x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.96x96x16.bmp new file mode 100644 index 0000000..f52642e Binary files /dev/null and b/apps/plugins/bitmaps/native/bubbles_background.96x96x16.bmp differ -- cgit v1.1