From 9551cf912180665a85f515c16d6412bb8ea2bf98 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Fri, 4 Apr 2014 13:48:33 -0700 Subject: 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 --- res-xhdpi/images/erasing_text.png | Bin 0 -> 29674 bytes res-xhdpi/images/error_text.png | Bin 0 -> 16599 bytes res-xhdpi/images/icon_error.png | Bin 0 -> 19306 bytes res-xhdpi/images/icon_installing.png | Bin 0 -> 118562 bytes res-xhdpi/images/installing_text.png | Bin 0 -> 63220 bytes res-xhdpi/images/no_command_text.png | Bin 0 -> 37222 bytes res-xhdpi/images/progress_empty.png | Bin 0 -> 84 bytes res-xhdpi/images/progress_fill.png | Bin 0 -> 84 bytes res-xhdpi/images/stage_empty.png | Bin 0 -> 322 bytes res-xhdpi/images/stage_fill.png | Bin 0 -> 258 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res-xhdpi/images/erasing_text.png create mode 100644 res-xhdpi/images/error_text.png create mode 100644 res-xhdpi/images/icon_error.png create mode 100644 res-xhdpi/images/icon_installing.png create mode 100644 res-xhdpi/images/installing_text.png create mode 100644 res-xhdpi/images/no_command_text.png create mode 100644 res-xhdpi/images/progress_empty.png create mode 100644 res-xhdpi/images/progress_fill.png create mode 100644 res-xhdpi/images/stage_empty.png create mode 100644 res-xhdpi/images/stage_fill.png (limited to 'res-xhdpi/images') diff --git a/res-xhdpi/images/erasing_text.png b/res-xhdpi/images/erasing_text.png new file mode 100644 index 000000000..f88e0e6a8 Binary files /dev/null and b/res-xhdpi/images/erasing_text.png differ diff --git a/res-xhdpi/images/error_text.png b/res-xhdpi/images/error_text.png new file mode 100644 index 000000000..c3a4cc6f8 Binary files /dev/null and b/res-xhdpi/images/error_text.png differ diff --git a/res-xhdpi/images/icon_error.png b/res-xhdpi/images/icon_error.png new file mode 100644 index 000000000..cb3d1ab22 Binary files /dev/null and b/res-xhdpi/images/icon_error.png differ diff --git a/res-xhdpi/images/icon_installing.png b/res-xhdpi/images/icon_installing.png new file mode 100644 index 000000000..c2c020162 Binary files /dev/null and b/res-xhdpi/images/icon_installing.png differ diff --git a/res-xhdpi/images/installing_text.png b/res-xhdpi/images/installing_text.png new file mode 100644 index 000000000..a4dacd0f6 Binary files /dev/null and b/res-xhdpi/images/installing_text.png differ diff --git a/res-xhdpi/images/no_command_text.png b/res-xhdpi/images/no_command_text.png new file mode 100644 index 000000000..eb34e94b3 Binary files /dev/null and b/res-xhdpi/images/no_command_text.png differ diff --git a/res-xhdpi/images/progress_empty.png b/res-xhdpi/images/progress_empty.png new file mode 100644 index 000000000..429797bf0 Binary files /dev/null and b/res-xhdpi/images/progress_empty.png differ diff --git a/res-xhdpi/images/progress_fill.png b/res-xhdpi/images/progress_fill.png new file mode 100644 index 000000000..7af35aaf1 Binary files /dev/null and b/res-xhdpi/images/progress_fill.png differ diff --git a/res-xhdpi/images/stage_empty.png b/res-xhdpi/images/stage_empty.png new file mode 100644 index 000000000..251ec1969 Binary files /dev/null and b/res-xhdpi/images/stage_empty.png differ diff --git a/res-xhdpi/images/stage_fill.png b/res-xhdpi/images/stage_fill.png new file mode 100644 index 000000000..1ab79e862 Binary files /dev/null and b/res-xhdpi/images/stage_fill.png differ -- cgit v1.2.3 From 5b5f6c2fd32839227d10ee3c97e662a415b80e2b Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 3 Jun 2014 10:50:13 -0700 Subject: restore holo UI in recovery Return to the recovery to the holo appearance. Bug: 15424396 Change-Id: Id4d3f23e0a6251a12aa42f3793cff347f38b4243 --- res-xhdpi/images/progress_empty.png | Bin 84 -> 118 bytes res-xhdpi/images/progress_fill.png | Bin 84 -> 404 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'res-xhdpi/images') diff --git a/res-xhdpi/images/progress_empty.png b/res-xhdpi/images/progress_empty.png index 429797bf0..72581832c 100644 Binary files a/res-xhdpi/images/progress_empty.png and b/res-xhdpi/images/progress_empty.png differ diff --git a/res-xhdpi/images/progress_fill.png b/res-xhdpi/images/progress_fill.png index 7af35aaf1..becf87bdf 100644 Binary files a/res-xhdpi/images/progress_fill.png and b/res-xhdpi/images/progress_fill.png differ -- cgit v1.2.3