aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTianjie Xu2017-01-23 14:53:06 -0600
committerandroid-build-merger2017-01-23 14:53:06 -0600
commitb037cff12eedd61e9afc04ec4d60f4c399830d2e (patch)
tree4e97ebc7b9e20c1bac310aec01de43325b4b197d
parentca261d3b48ec38f30b4e7ed38b8a11b7a3f02df2 (diff)
parentc1df344381a15132e4f11c68d206ca9c7dd4d965 (diff)
downloadplatform-bootable-recovery-b037cff12eedd61e9afc04ec4d60f4c399830d2e.tar.gz
platform-bootable-recovery-b037cff12eedd61e9afc04ec4d60f4c399830d2e.tar.xz
platform-bootable-recovery-b037cff12eedd61e9afc04ec4d60f4c399830d2e.zip
Merge "Restore the max width for recovery background texts"
am: c1df344381 Change-Id: I0a5900cba2e650082e9d9443c111f1682bb393e8
-rw-r--r--res-xxhdpi/images/erasing_text.pngbin121386 -> 121608 bytes
-rw-r--r--res-xxhdpi/images/error_text.pngbin85555 -> 84727 bytes
-rw-r--r--res-xxhdpi/images/installing_security_text.pngbin387979 -> 447158 bytes
-rw-r--r--res-xxhdpi/images/installing_text.pngbin355503 -> 415889 bytes
-rw-r--r--res-xxhdpi/images/no_command_text.pngbin148704 -> 243028 bytes
-rw-r--r--res-xxxhdpi/images/erasing_text.pngbin257605 -> 263768 bytes
-rw-r--r--res-xxxhdpi/images/error_text.pngbin173381 -> 176936 bytes
-rw-r--r--res-xxxhdpi/images/installing_security_text.pngbin620933 -> 610107 bytes
-rw-r--r--res-xxxhdpi/images/installing_text.pngbin581822 -> 567834 bytes
-rw-r--r--res-xxxhdpi/images/no_command_text.pngbin322613 -> 331159 bytes
-rw-r--r--tools/recovery_l10n/README.md3
11 files changed, 3 insertions, 0 deletions
diff --git a/res-xxhdpi/images/erasing_text.png b/res-xxhdpi/images/erasing_text.png
index 8e8dfc45..86693f43 100644
--- a/res-xxhdpi/images/erasing_text.png
+++ b/res-xxhdpi/images/erasing_text.png
Binary files differ
diff --git a/res-xxhdpi/images/error_text.png b/res-xxhdpi/images/error_text.png
index 7fd1983d..9c4bcab9 100644
--- a/res-xxhdpi/images/error_text.png
+++ b/res-xxhdpi/images/error_text.png
Binary files differ
diff --git a/res-xxhdpi/images/installing_security_text.png b/res-xxhdpi/images/installing_security_text.png
index 9779927e..f5ec698f 100644
--- a/res-xxhdpi/images/installing_security_text.png
+++ b/res-xxhdpi/images/installing_security_text.png
Binary files differ
diff --git a/res-xxhdpi/images/installing_text.png b/res-xxhdpi/images/installing_text.png
index fa488960..100a5b30 100644
--- a/res-xxhdpi/images/installing_text.png
+++ b/res-xxhdpi/images/installing_text.png
Binary files differ
diff --git a/res-xxhdpi/images/no_command_text.png b/res-xxhdpi/images/no_command_text.png
index d72a840e..590030c8 100644
--- a/res-xxhdpi/images/no_command_text.png
+++ b/res-xxhdpi/images/no_command_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/erasing_text.png b/res-xxxhdpi/images/erasing_text.png
index 7c198176..4cf5d76e 100644
--- a/res-xxxhdpi/images/erasing_text.png
+++ b/res-xxxhdpi/images/erasing_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/error_text.png b/res-xxxhdpi/images/error_text.png
index 4cd2a8cc..8dd6f123 100644
--- a/res-xxxhdpi/images/error_text.png
+++ b/res-xxxhdpi/images/error_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/installing_security_text.png b/res-xxxhdpi/images/installing_security_text.png
index d84c5d9a..fa06f314 100644
--- a/res-xxxhdpi/images/installing_security_text.png
+++ b/res-xxxhdpi/images/installing_security_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/installing_text.png b/res-xxxhdpi/images/installing_text.png
index ffe1474f..d0f93016 100644
--- a/res-xxxhdpi/images/installing_text.png
+++ b/res-xxxhdpi/images/installing_text.png
Binary files differ
diff --git a/res-xxxhdpi/images/no_command_text.png b/res-xxxhdpi/images/no_command_text.png
index f4f13003..233aec46 100644
--- a/res-xxxhdpi/images/no_command_text.png
+++ b/res-xxxhdpi/images/no_command_text.png
Binary files differ
diff --git a/tools/recovery_l10n/README.md b/tools/recovery_l10n/README.md
index 1554f661..e9e85d65 100644
--- a/tools/recovery_l10n/README.md
+++ b/tools/recovery_l10n/README.md
@@ -8,6 +8,9 @@
8 8
9 * For example, we can use Nexus 5 to generate the text images under 9 * For example, we can use Nexus 5 to generate the text images under
10 res-xxhdpi. 10 res-xxhdpi.
11 * We can set up the maximum width of the final png image in res/layout/main.xml
12 Currently, the image width is 1200px for xxxhdpi, 900px for xxhdpi and
13 480px for xhdpi/hdpi/mdpi.
11 * When using the emulator, make sure the NDK version matches the current 14 * When using the emulator, make sure the NDK version matches the current
12 repository. Otherwise, the app may not work properly. 15 repository. Otherwise, the app may not work properly.
13 16