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-xxxhdpi/images/erasing_text.png | Bin 0 -> 85500 bytes res-xxxhdpi/images/error_text.png | Bin 0 -> 40216 bytes res-xxxhdpi/images/icon_error.png | Bin 0 -> 19306 bytes res-xxxhdpi/images/icon_installing.png | Bin 0 -> 118562 bytes res-xxxhdpi/images/installing_text.png | Bin 0 -> 184958 bytes res-xxxhdpi/images/no_command_text.png | Bin 0 -> 109746 bytes res-xxxhdpi/images/progress_empty.png | Bin 0 -> 90 bytes res-xxxhdpi/images/progress_fill.png | Bin 0 -> 90 bytes res-xxxhdpi/images/stage_empty.png | Bin 0 -> 322 bytes res-xxxhdpi/images/stage_fill.png | Bin 0 -> 258 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res-xxxhdpi/images/erasing_text.png create mode 100644 res-xxxhdpi/images/error_text.png create mode 100644 res-xxxhdpi/images/icon_error.png create mode 100644 res-xxxhdpi/images/icon_installing.png create mode 100644 res-xxxhdpi/images/installing_text.png create mode 100644 res-xxxhdpi/images/no_command_text.png create mode 100644 res-xxxhdpi/images/progress_empty.png create mode 100644 res-xxxhdpi/images/progress_fill.png create mode 100644 res-xxxhdpi/images/stage_empty.png create mode 100644 res-xxxhdpi/images/stage_fill.png (limited to 'res-xxxhdpi') diff --git a/res-xxxhdpi/images/erasing_text.png b/res-xxxhdpi/images/erasing_text.png new file mode 100644 index 0000000..612e7a3 Binary files /dev/null and b/res-xxxhdpi/images/erasing_text.png differ diff --git a/res-xxxhdpi/images/error_text.png b/res-xxxhdpi/images/error_text.png new file mode 100644 index 0000000..50d2fad Binary files /dev/null and b/res-xxxhdpi/images/error_text.png differ diff --git a/res-xxxhdpi/images/icon_error.png b/res-xxxhdpi/images/icon_error.png new file mode 100644 index 0000000..cb3d1ab Binary files /dev/null and b/res-xxxhdpi/images/icon_error.png differ diff --git a/res-xxxhdpi/images/icon_installing.png b/res-xxxhdpi/images/icon_installing.png new file mode 100644 index 0000000..c2c0201 Binary files /dev/null and b/res-xxxhdpi/images/icon_installing.png differ diff --git a/res-xxxhdpi/images/installing_text.png b/res-xxxhdpi/images/installing_text.png new file mode 100644 index 0000000..9bd093b Binary files /dev/null and b/res-xxxhdpi/images/installing_text.png 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 Binary files /dev/null and b/res-xxxhdpi/images/no_command_text.png differ diff --git a/res-xxxhdpi/images/progress_empty.png b/res-xxxhdpi/images/progress_empty.png new file mode 100644 index 0000000..ba25afb Binary files /dev/null and b/res-xxxhdpi/images/progress_empty.png differ diff --git a/res-xxxhdpi/images/progress_fill.png b/res-xxxhdpi/images/progress_fill.png new file mode 100644 index 0000000..83b72b2 Binary files /dev/null and b/res-xxxhdpi/images/progress_fill.png differ diff --git a/res-xxxhdpi/images/stage_empty.png b/res-xxxhdpi/images/stage_empty.png new file mode 100644 index 0000000..251ec19 Binary files /dev/null and b/res-xxxhdpi/images/stage_empty.png differ diff --git a/res-xxxhdpi/images/stage_fill.png b/res-xxxhdpi/images/stage_fill.png new file mode 100644 index 0000000..1ab79e8 Binary files /dev/null and b/res-xxxhdpi/images/stage_fill.png differ -- cgit v1.1