summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkat <svreddy@google.com>2014-02-14 18:29:49 -0800
committerVenkat Reddy Sreepati <svreddy@google.com>2014-02-15 02:36:15 +0000
commit2d27e886277ab2815732efb79bcc37735c4f08e5 (patch)
tree958e43ff68555b5e61a26d9cd6ddb5872510c3f0
parent00a2afcd35637c7dda692ad0c44111428ca865a3 (diff)
downloadandroid_packages_apps_UnifiedEmail-2d27e886277ab2815732efb79bcc37735c4f08e5.tar.gz
android_packages_apps_UnifiedEmail-2d27e886277ab2815732efb79bcc37735c4f08e5.tar.bz2
android_packages_apps_UnifiedEmail-2d27e886277ab2815732efb79bcc37735c4f08e5.zip
Adjust padding in spam warning text view.
Mock: https://folio.googleplex.com/royshin/Gmail/UR12/Spam/020714_redlines/#/C_redlines_01.png?z=fit Change-Id: I7e6460c3558c250374fbfa8fe5aca4535fdf856e
-rw-r--r--res/layout/conversation_message_spam_warning.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/layout/conversation_message_spam_warning.xml b/res/layout/conversation_message_spam_warning.xml
index cc529ce2c..cd0164ddc 100644
--- a/res/layout/conversation_message_spam_warning.xml
+++ b/res/layout/conversation_message_spam_warning.xml
@@ -20,7 +20,10 @@
android:id="@+id/spam_warning_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="8dp"
+ android:paddingLeft="10dp"
+ android:paddingRight="10dp"
+ android:paddingTop="6dp"
+ android:paddingBottom="6dp"
style="@style/MessageHeaderSmallStyle"
android:layout_marginLeft="@dimen/conversation_message_content_margin_side"
android:layout_marginRight="@dimen/conversation_message_content_margin_side" /> \ No newline at end of file