diff options
author | Tianjie Xu <xunchang@google.com> | 2017-01-23 22:15:15 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-23 22:15:15 +0100 |
commit | 29a89a73c541f09b7467a6ef382582e826aeb6e5 (patch) | |
tree | fed30ff79a141cd9ab835a2dc93679f207aee504 /tools | |
parent | Merge "bootctrl HAL uses "default" service name" (diff) | |
parent | Merge "Restore the max width for recovery background texts" am: c1df344381 am: b037cff12e (diff) | |
download | android_bootable_recovery-29a89a73c541f09b7467a6ef382582e826aeb6e5.tar android_bootable_recovery-29a89a73c541f09b7467a6ef382582e826aeb6e5.tar.gz android_bootable_recovery-29a89a73c541f09b7467a6ef382582e826aeb6e5.tar.bz2 android_bootable_recovery-29a89a73c541f09b7467a6ef382582e826aeb6e5.tar.lz android_bootable_recovery-29a89a73c541f09b7467a6ef382582e826aeb6e5.tar.xz android_bootable_recovery-29a89a73c541f09b7467a6ef382582e826aeb6e5.tar.zst android_bootable_recovery-29a89a73c541f09b7467a6ef382582e826aeb6e5.zip |
Diffstat (limited to 'tools')
-rw-r--r-- | tools/recovery_l10n/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/recovery_l10n/README.md b/tools/recovery_l10n/README.md index 1554f6618..e9e85d65f 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. |