commit | cda00bba51c6adbf95e451fd8c6cad7a5390503a | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@google.com> | Tue Sep 18 14:52:18 2012 -0700 |
committer | The Android Automerger <android-build@android.com> | Tue Sep 18 16:31:04 2012 -0700 |
tree | 0afa7d4bca2d1042f1cf3085c121967de2a92815 | |
parent | ea6b2a7a85e1302b23ed0d9916e4b38015bc9a23 [diff] |
tweak recovery text images Center and fix the extents for those locales that have multiple lines of text. Add Urdu as an RTL language. Bug: 7064142 Change-Id: I4c1aa1198be29cab01129dabf2c4a026b93719a6
diff --git a/res/images/erasing_text.png b/res/images/erasing_text.png index 8b9f265..441768a 100644 --- a/res/images/erasing_text.png +++ b/res/images/erasing_text.png Binary files differ
diff --git a/res/images/error_text.png b/res/images/error_text.png index b64b3d7..4ac6391 100644 --- a/res/images/error_text.png +++ b/res/images/error_text.png Binary files differ
diff --git a/res/images/installing_text.png b/res/images/installing_text.png index 9c16c77..e1ac819 100644 --- a/res/images/installing_text.png +++ 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 index 2241259..a688f09 100644 --- a/res/images/no_command_text.png +++ b/res/images/no_command_text.png Binary files differ
diff --git a/screen_ui.cpp b/screen_ui.cpp index 64a5dcd..ab7546d 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp
@@ -393,7 +393,8 @@ if (strcmp(lang, "ar") == 0 || // Arabic strcmp(lang, "fa") == 0 || // Persian (Farsi) strcmp(lang, "he") == 0 || // Hebrew (new language code) - strcmp(lang, "iw") == 0) { // Hebrew (old language code) + strcmp(lang, "iw") == 0 || // Hebrew (old language code) + strcmp(lang, "ur") == 0) { // Urdu rtl_locale = true; } free(lang);