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-hdpi/images/erasing_text.png | Bin 0 -> 20528 bytes res-hdpi/images/error_text.png | Bin 0 -> 11684 bytes res-hdpi/images/icon_error.png | Bin 0 -> 19306 bytes res-hdpi/images/icon_installing.png | Bin 0 -> 118562 bytes res-hdpi/images/installing_text.png | Bin 0 -> 40946 bytes res-hdpi/images/no_command_text.png | Bin 0 -> 25013 bytes res-hdpi/images/progress_empty.png | Bin 0 -> 81 bytes res-hdpi/images/progress_fill.png | Bin 0 -> 83 bytes res-hdpi/images/stage_empty.png | Bin 0 -> 322 bytes res-hdpi/images/stage_fill.png | Bin 0 -> 258 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res-hdpi/images/erasing_text.png create mode 100644 res-hdpi/images/error_text.png create mode 100644 res-hdpi/images/icon_error.png create mode 100644 res-hdpi/images/icon_installing.png create mode 100644 res-hdpi/images/installing_text.png create mode 100644 res-hdpi/images/no_command_text.png create mode 100644 res-hdpi/images/progress_empty.png create mode 100644 res-hdpi/images/progress_fill.png create mode 100644 res-hdpi/images/stage_empty.png create mode 100644 res-hdpi/images/stage_fill.png (limited to 'res-hdpi') diff --git a/res-hdpi/images/erasing_text.png b/res-hdpi/images/erasing_text.png new file mode 100644 index 00000000..774244c8 Binary files /dev/null and b/res-hdpi/images/erasing_text.png differ diff --git a/res-hdpi/images/error_text.png b/res-hdpi/images/error_text.png new file mode 100644 index 00000000..64a57ec4 Binary files /dev/null and b/res-hdpi/images/error_text.png differ diff --git a/res-hdpi/images/icon_error.png b/res-hdpi/images/icon_error.png new file mode 100644 index 00000000..cb3d1ab2 Binary files /dev/null and b/res-hdpi/images/icon_error.png differ diff --git a/res-hdpi/images/icon_installing.png b/res-hdpi/images/icon_installing.png new file mode 100644 index 00000000..c2c02016 Binary files /dev/null and b/res-hdpi/images/icon_installing.png differ diff --git a/res-hdpi/images/installing_text.png b/res-hdpi/images/installing_text.png new file mode 100644 index 00000000..33b54f1b Binary files /dev/null and b/res-hdpi/images/installing_text.png differ diff --git a/res-hdpi/images/no_command_text.png b/res-hdpi/images/no_command_text.png new file mode 100644 index 00000000..9927ecb6 Binary files /dev/null and b/res-hdpi/images/no_command_text.png differ diff --git a/res-hdpi/images/progress_empty.png b/res-hdpi/images/progress_empty.png new file mode 100644 index 00000000..b29d9be0 Binary files /dev/null and b/res-hdpi/images/progress_empty.png differ diff --git a/res-hdpi/images/progress_fill.png b/res-hdpi/images/progress_fill.png new file mode 100644 index 00000000..4c5e66bb Binary files /dev/null and b/res-hdpi/images/progress_fill.png differ diff --git a/res-hdpi/images/stage_empty.png b/res-hdpi/images/stage_empty.png new file mode 100644 index 00000000..251ec196 Binary files /dev/null and b/res-hdpi/images/stage_empty.png differ diff --git a/res-hdpi/images/stage_fill.png b/res-hdpi/images/stage_fill.png new file mode 100644 index 00000000..1ab79e86 Binary files /dev/null and b/res-hdpi/images/stage_fill.png differ -- cgit v1.2.3-54-g00ecf