aboutsummaryrefslogtreecommitdiffstats
path: root/res-xxxhdpi
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-04-04 13:48:33 -0700
committerDoug Zongker <dougz@android.com>2014-04-04 13:48:33 -0700
commit9551cf912180665a85f515c16d6412bb8ea2bf98 (patch)
tree2a09c6db6a26445ef7992d96ee396965ee403308 /res-xxxhdpi
parent8d9d3d5cbe240d09db10d08956d152dce934e892 (diff)
downloadbootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.zip
bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.tar.gz
bootable_recovery-9551cf912180665a85f515c16d6412bb8ea2bf98.tar.bz2
make density-specific recovery assets
Provide different recovery UI resources for different display densities. Right now only the text images and the progress bars are rescaled; the main icon will get scaled when it's updated for QP. Lightly quantum-ify the rest of the recovery interface. (Light background, progress bars, etc.) Change-Id: Ia639c4ce8534b01bc843524efbc4b040c1cf38b3
Diffstat (limited to 'res-xxxhdpi')
-rw-r--r--res-xxxhdpi/images/erasing_text.pngbin0 -> 85500 bytes
-rw-r--r--res-xxxhdpi/images/error_text.pngbin0 -> 40216 bytes
-rw-r--r--res-xxxhdpi/images/icon_error.pngbin0 -> 19306 bytes
-rw-r--r--res-xxxhdpi/images/icon_installing.pngbin0 -> 118562 bytes
-rw-r--r--res-xxxhdpi/images/installing_text.pngbin0 -> 184958 bytes
-rw-r--r--res-xxxhdpi/images/no_command_text.pngbin0 -> 109746 bytes
-rw-r--r--res-xxxhdpi/images/progress_empty.pngbin0 -> 90 bytes
-rw-r--r--res-xxxhdpi/images/progress_fill.pngbin0 -> 90 bytes
-rw-r--r--res-xxxhdpi/images/stage_empty.pngbin0 -> 322 bytes
-rw-r--r--res-xxxhdpi/images/stage_fill.pngbin0 -> 258 bytes
10 files changed, 0 insertions, 0 deletions
diff --git a/res-xxxhdpi/images/erasing_text.png b/res-xxxhdpi/images/erasing_text.png
new file mode 100644
index 0000000..612e7a3
--- /dev/null
+++ b/res-xxxhdpi/images/erasing_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/error_text.png b/res-xxxhdpi/images/error_text.png
new file mode 100644
index 0000000..50d2fad
--- /dev/null
+++ b/res-xxxhdpi/images/error_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/icon_error.png b/res-xxxhdpi/images/icon_error.png
new file mode 100644
index 0000000..cb3d1ab
--- /dev/null
+++ b/res-xxxhdpi/images/icon_error.png
Binary files differ
diff --git a/res-xxxhdpi/images/icon_installing.png b/res-xxxhdpi/images/icon_installing.png
new file mode 100644
index 0000000..c2c0201
--- /dev/null
+++ b/res-xxxhdpi/images/icon_installing.png
Binary files differ
diff --git a/res-xxxhdpi/images/installing_text.png b/res-xxxhdpi/images/installing_text.png
new file mode 100644
index 0000000..9bd093b
--- /dev/null
+++ b/res-xxxhdpi/images/installing_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/no_command_text.png b/res-xxxhdpi/images/no_command_text.png
new file mode 100644
index 0000000..6354e6a
--- /dev/null
+++ b/res-xxxhdpi/images/no_command_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/progress_empty.png b/res-xxxhdpi/images/progress_empty.png
new file mode 100644
index 0000000..ba25afb
--- /dev/null
+++ b/res-xxxhdpi/images/progress_empty.png
Binary files differ
diff --git a/res-xxxhdpi/images/progress_fill.png b/res-xxxhdpi/images/progress_fill.png
new file mode 100644
index 0000000..83b72b2
--- /dev/null
+++ b/res-xxxhdpi/images/progress_fill.png
Binary files differ
diff --git a/res-xxxhdpi/images/stage_empty.png b/res-xxxhdpi/images/stage_empty.png
new file mode 100644
index 0000000..251ec19
--- /dev/null
+++ b/res-xxxhdpi/images/stage_empty.png
Binary files differ
diff --git a/res-xxxhdpi/images/stage_fill.png b/res-xxxhdpi/images/stage_fill.png
new file mode 100644
index 0000000..1ab79e8
--- /dev/null
+++ b/res-xxxhdpi/images/stage_fill.png
Binary files differ