summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-01-23 21:58:06 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-23 21:58:06 +0100
commitf1a371b1b002d8ca19bb1ecf3d40547c52fa3706 (patch)
tree3b04ebc1aec2dabb54b5b37193cbe1902d3aa541 /tools
parentMerge "imgpatch: Compile with ZLIB_CONST defined." am: e78ca37656 (diff)
parentMerge "Restore the max width for recovery background texts" (diff)
downloadandroid_bootable_recovery-f1a371b1b002d8ca19bb1ecf3d40547c52fa3706.tar
android_bootable_recovery-f1a371b1b002d8ca19bb1ecf3d40547c52fa3706.tar.gz
android_bootable_recovery-f1a371b1b002d8ca19bb1ecf3d40547c52fa3706.tar.bz2
android_bootable_recovery-f1a371b1b002d8ca19bb1ecf3d40547c52fa3706.tar.lz
android_bootable_recovery-f1a371b1b002d8ca19bb1ecf3d40547c52fa3706.tar.xz
android_bootable_recovery-f1a371b1b002d8ca19bb1ecf3d40547c52fa3706.tar.zst
android_bootable_recovery-f1a371b1b002d8ca19bb1ecf3d40547c52fa3706.zip
Diffstat (limited to 'tools')
-rw-r--r--tools/recovery_l10n/README.md3
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.