Use styles in the mailcommon directory for the compose view.

Change-Id: Ib14f99355a78bb00aa06c87ae6329940f5d66444
diff --git a/Android.mk b/Android.mk
index d586615..81c2bbe9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,7 +20,8 @@
 include $(CLEAR_VARS)
 # Include res dir from chips
 chips_dir := ../../../frameworks/ex/chips/res
-res_dir := $(chips_dir) res
+mail_common_dir := ../../../frameworks/opt/mailcommon/res
+res_dir := $(chips_dir) $(mail_common_dir) res
 
 LOCAL_MODULE_TAGS := optional