summaryrefslogtreecommitdiffstats
path: root/res/images/indeterminate2.png (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-02change the default recovery assets to be in holograph styleDoug Zongker1-0/+0
Also remove the weird backwards compatibility thing for animations with fewer than 10 frames. Frames are always named "name01.png", "name02.png", ..., no matter how many there are. Change-Id: I7af64fdec1bfcdb0464998b735ec8d6c626ffe9d
2009-10-09simplify construction of the recovery progress barDoug Zongker1-0/+0
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.
2009-03-28AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-0/+0
about 60k from the recovery and system images. Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 143289
2009-03-27AI 143128: Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-0/+0
about 60k from the recovery and system images. Automated import of CL 143128