summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-10-08 16:32:58 -0700
committerDoug Zongker <dougz@android.com>2009-10-08 16:32:58 -0700
commitd93a25459cdefba940f254b4c5f54fd7d9cdaf11 (patch)
tree70d5c1658606d754a81140d917bb8bb35a6e1450 /res
parent54ec81fe86225d5f3ee3ab16e3266ae88cd639fa (diff)
downloadbootable_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.pngbin2249 -> 1919 bytes
-rw-r--r--res/images/indeterminate2.pngbin2251 -> 1912 bytes
-rw-r--r--res/images/indeterminate3.pngbin2254 -> 1917 bytes
-rw-r--r--res/images/indeterminate4.pngbin2249 -> 1912 bytes
-rw-r--r--res/images/indeterminate5.pngbin2246 -> 1902 bytes
-rw-r--r--res/images/indeterminate6.pngbin2262 -> 1914 bytes
-rw-r--r--res/images/progress_bar_empty.pngbin148 -> 0 bytes
-rw-r--r--res/images/progress_bar_empty_left_round.pngbin220 -> 0 bytes
-rw-r--r--res/images/progress_bar_empty_right_round.pngbin211 -> 0 bytes
-rw-r--r--res/images/progress_bar_fill.pngbin117 -> 0 bytes
-rw-r--r--res/images/progress_bar_left_round.pngbin195 -> 0 bytes
-rw-r--r--res/images/progress_bar_right_round.pngbin192 -> 0 bytes
-rw-r--r--res/images/progress_empty.pngbin0 -> 361 bytes
-rw-r--r--res/images/progress_fill.pngbin0 -> 286 bytes
14 files changed, 0 insertions, 0 deletions
diff --git a/res/images/indeterminate1.png b/res/images/indeterminate1.png
index 264bf27..90cb9fb 100644
--- a/res/images/indeterminate1.png
+++ b/res/images/indeterminate1.png
Binary files differ
diff --git a/res/images/indeterminate2.png b/res/images/indeterminate2.png
index c30c049..f7fb289 100644
--- a/res/images/indeterminate2.png
+++ b/res/images/indeterminate2.png
Binary files differ
diff --git a/res/images/indeterminate3.png b/res/images/indeterminate3.png
index 891a000..ba10dfa 100644
--- a/res/images/indeterminate3.png
+++ b/res/images/indeterminate3.png
Binary files differ
diff --git a/res/images/indeterminate4.png b/res/images/indeterminate4.png
index 7a64151..ad5d9a5 100644
--- a/res/images/indeterminate4.png
+++ b/res/images/indeterminate4.png
Binary files differ
diff --git a/res/images/indeterminate5.png b/res/images/indeterminate5.png
index cd6ab20..8c19c8d 100644
--- a/res/images/indeterminate5.png
+++ b/res/images/indeterminate5.png
Binary files differ
diff --git a/res/images/indeterminate6.png b/res/images/indeterminate6.png
index ddd9e73..c0c6638 100644
--- a/res/images/indeterminate6.png
+++ b/res/images/indeterminate6.png
Binary files differ
diff --git a/res/images/progress_bar_empty.png b/res/images/progress_bar_empty.png
deleted file mode 100644
index 9013f04..0000000
--- a/res/images/progress_bar_empty.png
+++ /dev/null
Binary files differ
diff --git a/res/images/progress_bar_empty_left_round.png b/res/images/progress_bar_empty_left_round.png
deleted file mode 100644
index dae7d5d..0000000
--- a/res/images/progress_bar_empty_left_round.png
+++ /dev/null
Binary files differ
diff --git a/res/images/progress_bar_empty_right_round.png b/res/images/progress_bar_empty_right_round.png
deleted file mode 100644
index 5427088..0000000
--- a/res/images/progress_bar_empty_right_round.png
+++ /dev/null
Binary files differ
diff --git a/res/images/progress_bar_fill.png b/res/images/progress_bar_fill.png
deleted file mode 100644
index 37c04b4..0000000
--- a/res/images/progress_bar_fill.png
+++ /dev/null
Binary files differ
diff --git a/res/images/progress_bar_left_round.png b/res/images/progress_bar_left_round.png
deleted file mode 100644
index e72af47..0000000
--- a/res/images/progress_bar_left_round.png
+++ /dev/null
Binary files differ
diff --git a/res/images/progress_bar_right_round.png b/res/images/progress_bar_right_round.png
deleted file mode 100644
index d04c980..0000000
--- a/res/images/progress_bar_right_round.png
+++ /dev/null
Binary files differ
diff --git a/res/images/progress_empty.png b/res/images/progress_empty.png
new file mode 100644
index 0000000..4cb4998
--- /dev/null
+++ b/res/images/progress_empty.png
Binary files differ
diff --git a/res/images/progress_fill.png b/res/images/progress_fill.png
new file mode 100644
index 0000000..eb71754
--- /dev/null
+++ b/res/images/progress_fill.png
Binary files differ