summaryrefslogtreecommitdiffstats
path: root/res/raw/template_print_conversation_upper.html
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-10-29 17:58:28 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-10-29 17:58:28 -0700
commit676e6d40c3fb120218571e9e0e2c3088fc7de164 (patch)
tree571eccd1d33efb545a92217f9fea07996d50af1b /res/raw/template_print_conversation_upper.html
parent234d35352eeaaa8d3928e31028be49112607bd29 (diff)
downloadandroid_packages_apps_UnifiedEmail-676e6d40c3fb120218571e9e0e2c3088fc7de164.tar.gz
android_packages_apps_UnifiedEmail-676e6d40c3fb120218571e9e0e2c3088fc7de164.tar.bz2
android_packages_apps_UnifiedEmail-676e6d40c3fb120218571e9e0e2c3088fc7de164.zip
Print logo in header. Fixes b/11174712.
Sigh. Had to use a data uri for the logos. The logo.txt file contains the base64 for the email app. It is overridden in Gmail's res/raw/ folder. Change-Id: Ia0a11ba9158fb5d557124e610be3c116e68c194f
Diffstat (limited to 'res/raw/template_print_conversation_upper.html')
-rw-r--r--res/raw/template_print_conversation_upper.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/raw/template_print_conversation_upper.html b/res/raw/template_print_conversation_upper.html
index bc46f6745..3346c752a 100644
--- a/res/raw/template_print_conversation_upper.html
+++ b/res/raw/template_print_conversation_upper.html
@@ -65,8 +65,7 @@
<table width=100%% cellpadding=0 cellspacing=0 border=0>
<tr height=14px>
<td width=143>
- <img src="file:///android_asset/images/ic_launcher_mail.png"
- width=143 height=59 alt="%s">
+ <img src="data:image/png;base64,%s" width="59" height="59" alt="%s">
</td>
</tr>
</table>