From 02ec6b88ed4e6cf40cc257572b07c7277b7b6341 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 22 Aug 2012 17:26:40 -0700 Subject: 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 --- res/images/erasing_text.png | Bin 0 -> 4511 bytes res/images/error_text.png | Bin 0 -> 3119 bytes res/images/installing_text.png | Bin 0 -> 6433 bytes res/images/no_command_text.png | Bin 0 -> 2528 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/images/erasing_text.png create mode 100644 res/images/error_text.png create mode 100644 res/images/installing_text.png create mode 100644 res/images/no_command_text.png (limited to 'res') diff --git a/res/images/erasing_text.png b/res/images/erasing_text.png new file mode 100644 index 000000000..f92119772 Binary files /dev/null and b/res/images/erasing_text.png differ diff --git a/res/images/error_text.png b/res/images/error_text.png new file mode 100644 index 000000000..581347094 Binary files /dev/null and b/res/images/error_text.png differ diff --git a/res/images/installing_text.png b/res/images/installing_text.png new file mode 100644 index 000000000..c48a45295 Binary files /dev/null and b/res/images/installing_text.png differ diff --git a/res/images/no_command_text.png b/res/images/no_command_text.png new file mode 100644 index 000000000..1d6a5b7cf Binary files /dev/null and b/res/images/no_command_text.png differ -- cgit v1.2.3