commit | 281fa9fd303bbc8eca423f1ceb28e38111ca0376 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon Jan 23 21:12:07 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 23 21:12:07 2017 +0000 |
tree | 3b04ebc1aec2dabb54b5b37193cbe1902d3aa541 | |
parent | 8157166107913f800c3bcd67c80372251cb42e12 [diff] | |
parent | f1a371b1b002d8ca19bb1ecf3d40547c52fa3706 [diff] |
Merge "Restore the max width for recovery background texts" am: c1df344381 am: b037cff12e am: f1a371b1b0 Change-Id: I9de47dbda98fab48b82f99ebecee2d01f70526c5
diff --git a/res-xxhdpi/images/erasing_text.png b/res-xxhdpi/images/erasing_text.png index 8e8dfc4..86693f4 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 7fd1983..9c4bcab 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 9779927..f5ec698 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 fa48896..100a5b3 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 d72a840..590030c 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 7c19817..4cf5d76 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 4cd2a8c..8dd6f12 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 d84c5d9..fa06f31 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 ffe1474..d0f9301 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 f4f1300..233aec4 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 1554f66..e9e85d6 100644 --- a/tools/recovery_l10n/README.md +++ b/tools/recovery_l10n/README.md
@@ -8,6 +8,9 @@ * For example, we can use Nexus 5 to generate the text images under res-xxhdpi. + * We can set up the maximum width of the final png image in res/layout/main.xml + Currently, the image width is 1200px for xxxhdpi, 900px for xxhdpi and + 480px for xhdpi/hdpi/mdpi. * When using the emulator, make sure the NDK version matches the current repository. Otherwise, the app may not work properly.