summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-08-08 11:54:33 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-08-08 11:54:33 -0700
commit6726e80ed4f33a0f4ce178c5f816f308e1b1287a (patch)
treea3a12055d649f672cfe2755ad737c0646ffadc1d /res/layout
parente08470786690bde85bc76c9f8d443ed119f3a025 (diff)
downloadandroid_packages_apps_UnifiedEmail-6726e80ed4f33a0f4ce178c5f816f308e1b1287a.tar.gz
android_packages_apps_UnifiedEmail-6726e80ed4f33a0f4ce178c5f816f308e1b1287a.tar.bz2
android_packages_apps_UnifiedEmail-6726e80ed4f33a0f4ce178c5f816f308e1b1287a.zip
More CV attachment tweaks. b/16138036
Change-Id: I17cfd045727d59105f9ddbbe7e22189c9ddb4fd1
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/conversation_message_footer.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/res/layout/conversation_message_footer.xml b/res/layout/conversation_message_footer.xml
index 819d6ea71..367801ed5 100644
--- a/res/layout/conversation_message_footer.xml
+++ b/res/layout/conversation_message_footer.xml
@@ -20,8 +20,7 @@
android:id="@+id/attachments"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical"
- style="@style/ConversationViewPaddingStyle" >
+ android:orientation="vertical" >
<TextView
android:id="@+id/view_entire_message_prompt"
@@ -30,12 +29,11 @@
android:background="?android:attr/selectableItemBackground"
android:paddingTop="12dp"
android:paddingBottom="12dp"
- android:paddingLeft="@dimen/conversation_message_content_margin_side"
- android:paddingRight="@dimen/conversation_message_content_margin_side"
android:text="@string/view_entire_message"
android:textColor="@color/conversation_view_text_color_link_blue"
android:textSize="14sp"
- android:visibility="gone" />
+ android:visibility="gone"
+ style="@style/AttachmentPaddingStyle" />
<com.android.mail.ui.AttachmentTileGrid
android:id="@+id/attachment_tile_grid"
@@ -51,6 +49,6 @@
android:layout_height="wrap_content"
android:visibility="gone"
android:orientation="vertical"
- style="@style/AttachmentMarginStyle" />
+ style="@style/AttachmentPaddingStyle" />
</com.android.mail.browse.MessageFooterView>