Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded AOSP images | Dees_Troy | 2012-09-21 | 1 | -0/+0 |
| | |||||
* | change recovery images to match blue holo theme | Doug Zongker | 2011-08-20 | 1 | -0/+0 |
| | | | | Change-Id: I912d3ab32973c5c5e7b6b1749698f8a71d884fa3 | ||||
* | change the default recovery assets to be in holograph style | Doug Zongker | 2011-03-02 | 1 | -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 | ||||
* | simplify construction of the recovery progress bar | Doug Zongker | 2009-10-09 | 1 | -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. |