diff options
author | Doug Zongker <dougz@android.com> | 2009-10-08 16:32:58 -0700 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2009-10-08 16:32:58 -0700 |
commit | d93a25459cdefba940f254b4c5f54fd7d9cdaf11 (patch) | |
tree | 70d5c1658606d754a81140d917bb8bb35a6e1450 /res | |
parent | 54ec81fe86225d5f3ee3ab16e3266ae88cd639fa (diff) | |
download | bootable_recovery-d93a25459cdefba940f254b4c5f54fd7d9cdaf11.zip bootable_recovery-d93a25459cdefba940f254b4c5f54fd7d9cdaf11.tar.gz bootable_recovery-d93a25459cdefba940f254b4c5f54fd7d9cdaf11.tar.bz2 |
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.
Diffstat (limited to 'res')
-rw-r--r-- | res/images/indeterminate1.png | bin | 2249 -> 1919 bytes |
-rw-r--r-- | res/images/indeterminate2.png | bin | 2251 -> 1912 bytes |
-rw-r--r-- | res/images/indeterminate3.png | bin | 2254 -> 1917 bytes |
-rw-r--r-- | res/images/indeterminate4.png | bin | 2249 -> 1912 bytes |
-rw-r--r-- | res/images/indeterminate5.png | bin | 2246 -> 1902 bytes |
-rw-r--r-- | res/images/indeterminate6.png | bin | 2262 -> 1914 bytes |
-rw-r--r-- | res/images/progress_bar_empty.png | bin | 148 -> 0 bytes |
-rw-r--r-- | res/images/progress_bar_empty_left_round.png | bin | 220 -> 0 bytes |
-rw-r--r-- | res/images/progress_bar_empty_right_round.png | bin | 211 -> 0 bytes |
-rw-r--r-- | res/images/progress_bar_fill.png | bin | 117 -> 0 bytes |
-rw-r--r-- | res/images/progress_bar_left_round.png | bin | 195 -> 0 bytes |
-rw-r--r-- | res/images/progress_bar_right_round.png | bin | 192 -> 0 bytes |
-rw-r--r-- | res/images/progress_empty.png | bin | 0 -> 361 bytes |
-rw-r--r-- | res/images/progress_fill.png | bin | 0 -> 286 bytes |
14 files changed, 0 insertions, 0 deletions
diff --git a/res/images/indeterminate1.png b/res/images/indeterminate1.png Binary files differindex 264bf27..90cb9fb 100644 --- a/res/images/indeterminate1.png +++ b/res/images/indeterminate1.png diff --git a/res/images/indeterminate2.png b/res/images/indeterminate2.png Binary files differindex c30c049..f7fb289 100644 --- a/res/images/indeterminate2.png +++ b/res/images/indeterminate2.png diff --git a/res/images/indeterminate3.png b/res/images/indeterminate3.png Binary files differindex 891a000..ba10dfa 100644 --- a/res/images/indeterminate3.png +++ b/res/images/indeterminate3.png diff --git a/res/images/indeterminate4.png b/res/images/indeterminate4.png Binary files differindex 7a64151..ad5d9a5 100644 --- a/res/images/indeterminate4.png +++ b/res/images/indeterminate4.png diff --git a/res/images/indeterminate5.png b/res/images/indeterminate5.png Binary files differindex cd6ab20..8c19c8d 100644 --- a/res/images/indeterminate5.png +++ b/res/images/indeterminate5.png diff --git a/res/images/indeterminate6.png b/res/images/indeterminate6.png Binary files differindex ddd9e73..c0c6638 100644 --- a/res/images/indeterminate6.png +++ b/res/images/indeterminate6.png diff --git a/res/images/progress_bar_empty.png b/res/images/progress_bar_empty.png Binary files differdeleted file mode 100644 index 9013f04..0000000 --- a/res/images/progress_bar_empty.png +++ /dev/null diff --git a/res/images/progress_bar_empty_left_round.png b/res/images/progress_bar_empty_left_round.png Binary files differdeleted file mode 100644 index dae7d5d..0000000 --- a/res/images/progress_bar_empty_left_round.png +++ /dev/null diff --git a/res/images/progress_bar_empty_right_round.png b/res/images/progress_bar_empty_right_round.png Binary files differdeleted file mode 100644 index 5427088..0000000 --- a/res/images/progress_bar_empty_right_round.png +++ /dev/null diff --git a/res/images/progress_bar_fill.png b/res/images/progress_bar_fill.png Binary files differdeleted file mode 100644 index 37c04b4..0000000 --- a/res/images/progress_bar_fill.png +++ /dev/null diff --git a/res/images/progress_bar_left_round.png b/res/images/progress_bar_left_round.png Binary files differdeleted file mode 100644 index e72af47..0000000 --- a/res/images/progress_bar_left_round.png +++ /dev/null diff --git a/res/images/progress_bar_right_round.png b/res/images/progress_bar_right_round.png Binary files differdeleted file mode 100644 index d04c980..0000000 --- a/res/images/progress_bar_right_round.png +++ /dev/null diff --git a/res/images/progress_empty.png b/res/images/progress_empty.png Binary files differnew file mode 100644 index 0000000..4cb4998 --- /dev/null +++ b/res/images/progress_empty.png diff --git a/res/images/progress_fill.png b/res/images/progress_fill.png Binary files differnew file mode 100644 index 0000000..eb71754 --- /dev/null +++ b/res/images/progress_fill.png |