From 2d27e886277ab2815732efb79bcc37735c4f08e5 Mon Sep 17 00:00:00 2001 From: Venkat Date: Fri, 14 Feb 2014 18:29:49 -0800 Subject: 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 --- res/layout/conversation_message_spam_warning.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3