summaryrefslogtreecommitdiffstats
path: root/res/raw
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2012-03-15 22:39:36 -0700
committerAndy Huang <ath@google.com>2012-03-15 22:39:36 -0700
commit2e9acfe527426c00b5df2ca66189262dc40c8575 (patch)
tree0cedb416632284ef8f086102ce2cababbbc7ac41 /res/raw
parent397621b93f83f8933f7a29a9b6d7fe2b88ec4008 (diff)
downloadandroid_packages_apps_UnifiedEmail-2e9acfe527426c00b5df2ca66189262dc40c8575.tar.gz
android_packages_apps_UnifiedEmail-2e9acfe527426c00b5df2ca66189262dc40c8575.tar.bz2
android_packages_apps_UnifiedEmail-2e9acfe527426c00b5df2ca66189262dc40c8575.zip
improve conversation appearance
Remove debugging gray regions and round corners-- I'm now satisfied that dpi-conversion drift is not a concern. Hack in better hardcoded header spacer heights on tablet. Change-Id: If552c2199bdf6aa8765558a553a633411df4e2cd
Diffstat (limited to 'res/raw')
-rw-r--r--res/raw/template_conversation_upper.html2
-rw-r--r--res/raw/template_message.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/raw/template_conversation_upper.html b/res/raw/template_conversation_upper.html
index 01f420eb3..0b6469691 100644
--- a/res/raw/template_conversation_upper.html
+++ b/res/raw/template_conversation_upper.html
@@ -12,6 +12,6 @@
}
</style>
</head>
-<body style="margin: 0; background-color: #ccc;">
+<body style="margin: 0;">
<div id="conversation-header-spacer" style="height: %spx;"></div>
<div id="message-container">
diff --git a/res/raw/template_message.html b/res/raw/template_message.html
index 191b92e04..708b77a9e 100644
--- a/res/raw/template_message.html
+++ b/res/raw/template_message.html
@@ -1,4 +1,4 @@
<div id="%s" serverId="%s" class="mail-message">
<div class="mail-message-header spacer" style="height: %spx;"></div>
- <div class="mail-message-content %s" style="display: %s; zoom: %s; padding: 8px; background-color: white; -webkit-border-radius: 16px;">%s</div>
+ <div class="mail-message-content %s" style="display: %s; zoom: %s; padding: 16px;">%s</div>
</div>