summaryrefslogtreecommitdiffstats
path: root/res/layout/attachment.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-07-01 16:11:03 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-07-01 16:11:03 -0700
commit26407717f0b20021f369be52dab0f2ac3a93e673 (patch)
treeb9d21d0e4b7cc6c01c3d08d554752354e29938d8 /res/layout/attachment.xml
parenteb58a092961773a8da67c0e0dd5770346381d938 (diff)
downloadandroid_packages_apps_UnifiedEmail-26407717f0b20021f369be52dab0f2ac3a93e673.tar.gz
android_packages_apps_UnifiedEmail-26407717f0b20021f369be52dab0f2ac3a93e673.tar.bz2
android_packages_apps_UnifiedEmail-26407717f0b20021f369be52dab0f2ac3a93e673.zip
Update attachment asset.
Will need updates to UI to fix paddings and such. Change-Id: I51493b46d00e69a70a7351597e7818899bd67dcf
Diffstat (limited to 'res/layout/attachment.xml')
-rw-r--r--res/layout/attachment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/attachment.xml b/res/layout/attachment.xml
index c82b998e2..6ca4c0358 100644
--- a/res/layout/attachment.xml
+++ b/res/layout/attachment.xml
@@ -22,7 +22,7 @@
<ImageView
android:id="@+id/thumbnail"
- android:src="@drawable/ic_attachment_holo_light"
+ android:src="@drawable/ic_attach_file_20dp"
android:layout_gravity="center_vertical"
style="@style/AttachmentThumbnail"/>