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/indeterminate1.png | Bin 2249 -> 1919 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'res/images/indeterminate1.png') diff --git a/res/images/indeterminate1.png b/res/images/indeterminate1.png index 264bf27e5..90cb9fba9 100644 Binary files a/res/images/indeterminate1.png and b/res/images/indeterminate1.png differ -- cgit v1.2.3