summaryrefslogtreecommitdiffstats
path: root/res/images
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-08-22 17:26:40 -0700
committerDoug Zongker <dougz@google.com>2012-08-22 17:26:40 -0700
commit02ec6b88ed4e6cf40cc257572b07c7277b7b6341 (patch)
tree2aa6f95cb875d258f62a5342ec2bb1ad0093e3bd /res/images
parenta3ccba6d314cb29b02d1dbda9a71427b11da936d (diff)
downloadbootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.zip
bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.tar.gz
bootable_recovery-02ec6b88ed4e6cf40cc257572b07c7277b7b6341.tar.bz2
add simple text to recovery UI
- recovery takes a --locale argument, which will be passed by the main system - the locale is saved in cache, in case the --locale argument is missing (eg, when recovery is started from fastboot) - we include images that have prerendered text for many locales - we split the background states into four (installing update, erasing, no command, error) so that appropriate text can be shown. Change-Id: I731b8108e83d5ccc09a4aacfc1dbf7e86b397aaf
Diffstat (limited to 'res/images')
-rw-r--r--res/images/erasing_text.pngbin0 -> 4511 bytes
-rw-r--r--res/images/error_text.pngbin0 -> 3119 bytes
-rw-r--r--res/images/installing_text.pngbin0 -> 6433 bytes
-rw-r--r--res/images/no_command_text.pngbin0 -> 2528 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/res/images/erasing_text.png b/res/images/erasing_text.png
new file mode 100644
index 0000000..f921197
--- /dev/null
+++ b/res/images/erasing_text.png
Binary files differ
diff --git a/res/images/error_text.png b/res/images/error_text.png
new file mode 100644
index 0000000..5813470
--- /dev/null
+++ b/res/images/error_text.png
Binary files differ
diff --git a/res/images/installing_text.png b/res/images/installing_text.png
new file mode 100644
index 0000000..c48a452
--- /dev/null
+++ b/res/images/installing_text.png
Binary files differ
diff --git a/res/images/no_command_text.png b/res/images/no_command_text.png
new file mode 100644
index 0000000..1d6a5b7
--- /dev/null
+++ b/res/images/no_command_text.png
Binary files differ