From 0f7031e2959a71f98d0295216c5e64fc6f33b445 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Sun, 22 Jan 2017 18:46:04 -0800 Subject: Restore the max width for recovery background texts Restore the max width to 900px for xxhdpi and 1200px for xxxhdpi Bug: 34541299 Test: Checked width and images passed recovery_manual_test Change-Id: If0fd51f93cfb3f965d4e9e69be5626eba89eb857 --- tools/recovery_l10n/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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. -- cgit v1.2.3