Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cda00bba authored by Doug Zongker's avatar Doug Zongker Committed by The Android Automerger
Browse files

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
parent ea6b2a7a
Loading
Loading
Loading
Loading
+1 B (30.8 KiB)
Loading image diff...
+6 B (17.1 KiB)
Loading image diff...
+5 B (65 KiB)
Loading image diff...
−1 B (39.7 KiB)
Loading image diff...
+2 −1
Original line number Diff line number Diff line
@@ -393,7 +393,8 @@ void ScreenRecoveryUI::SetLocale(const char* locale) {
        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);