From d93a25459cdefba940f254b4c5f54fd7d9cdaf11 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 8 Oct 2009 16:32:58 -0700 Subject: simplify construction of the recovery progress bar Instead of six separate images for the left end, right end, and tiled center portion of the full and empty progress bars, just use two images: a full bar and an empty bar. Draw the left side of the full bar and the right side of the empty one, moving the boundary rightward to "fill" the bar. This makes recovery trivially smaller, and allows fancier images to be used as progress bars. Support paletted PNG images as resources. --- res/images/progress_bar_fill.png | Bin 117 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 res/images/progress_bar_fill.png (limited to 'res/images/progress_bar_fill.png') diff --git a/res/images/progress_bar_fill.png b/res/images/progress_bar_fill.png deleted file mode 100644 index 37c04b4f4..000000000 Binary files a/res/images/progress_bar_fill.png and /dev/null differ -- cgit v1.2.3