diff options
author | Doug Zongker <dougz@android.com> | 2014-04-04 13:48:33 -0700 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2014-04-04 13:48:33 -0700 |
commit | 9551cf912180665a85f515c16d6412bb8ea2bf98 (patch) | |
tree | 2a09c6db6a26445ef7992d96ee396965ee403308 /res-xhdpi/images | |
parent | 8d9d3d5cbe240d09db10d08956d152dce934e892 (diff) | |
download | bootable_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-xhdpi/images')
-rw-r--r-- | res-xhdpi/images/erasing_text.png | bin | 0 -> 29674 bytes |
-rw-r--r-- | res-xhdpi/images/error_text.png | bin | 0 -> 16599 bytes |
-rw-r--r-- | res-xhdpi/images/icon_error.png | bin | 0 -> 19306 bytes |
-rw-r--r-- | res-xhdpi/images/icon_installing.png | bin | 0 -> 118562 bytes |
-rw-r--r-- | res-xhdpi/images/installing_text.png | bin | 0 -> 63220 bytes |
-rw-r--r-- | res-xhdpi/images/no_command_text.png | bin | 0 -> 37222 bytes |
-rw-r--r-- | res-xhdpi/images/progress_empty.png | bin | 0 -> 84 bytes |
-rw-r--r-- | res-xhdpi/images/progress_fill.png | bin | 0 -> 84 bytes |
-rw-r--r-- | res-xhdpi/images/stage_empty.png | bin | 0 -> 322 bytes |
-rw-r--r-- | res-xhdpi/images/stage_fill.png | bin | 0 -> 258 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/res-xhdpi/images/erasing_text.png b/res-xhdpi/images/erasing_text.png Binary files differnew file mode 100644 index 0000000..f88e0e6 --- /dev/null +++ b/res-xhdpi/images/erasing_text.png diff --git a/res-xhdpi/images/error_text.png b/res-xhdpi/images/error_text.png Binary files differnew file mode 100644 index 0000000..c3a4cc6 --- /dev/null +++ b/res-xhdpi/images/error_text.png diff --git a/res-xhdpi/images/icon_error.png b/res-xhdpi/images/icon_error.png Binary files differnew file mode 100644 index 0000000..cb3d1ab --- /dev/null +++ b/res-xhdpi/images/icon_error.png diff --git a/res-xhdpi/images/icon_installing.png b/res-xhdpi/images/icon_installing.png Binary files differnew file mode 100644 index 0000000..c2c0201 --- /dev/null +++ b/res-xhdpi/images/icon_installing.png diff --git a/res-xhdpi/images/installing_text.png b/res-xhdpi/images/installing_text.png Binary files differnew file mode 100644 index 0000000..a4dacd0 --- /dev/null +++ b/res-xhdpi/images/installing_text.png diff --git a/res-xhdpi/images/no_command_text.png b/res-xhdpi/images/no_command_text.png Binary files differnew file mode 100644 index 0000000..eb34e94 --- /dev/null +++ b/res-xhdpi/images/no_command_text.png diff --git a/res-xhdpi/images/progress_empty.png b/res-xhdpi/images/progress_empty.png Binary files differnew file mode 100644 index 0000000..429797b --- /dev/null +++ b/res-xhdpi/images/progress_empty.png diff --git a/res-xhdpi/images/progress_fill.png b/res-xhdpi/images/progress_fill.png Binary files differnew file mode 100644 index 0000000..7af35aa --- /dev/null +++ b/res-xhdpi/images/progress_fill.png diff --git a/res-xhdpi/images/stage_empty.png b/res-xhdpi/images/stage_empty.png Binary files differnew file mode 100644 index 0000000..251ec19 --- /dev/null +++ b/res-xhdpi/images/stage_empty.png diff --git a/res-xhdpi/images/stage_fill.png b/res-xhdpi/images/stage_fill.png Binary files differnew file mode 100644 index 0000000..1ab79e8 --- /dev/null +++ b/res-xhdpi/images/stage_fill.png |