Updated attachment icon on email list items
BIN
app/src/main/res/drawable-hdpi/ic_attachment_grey600_24dp.png
Normal file
|
After Width: | Height: | Size: 414 B |
|
Before Width: | Height: | Size: 1.5 KiB |
BIN
app/src/main/res/drawable-mdpi/ic_attachment_grey600_24dp.png
Normal file
|
After Width: | Height: | Size: 328 B |
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_attachment_grey600_24dp.png
Normal file
|
After Width: | Height: | Size: 524 B |
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_attachment_grey600_24dp.png
Normal file
|
After Width: | Height: | Size: 774 B |
@@ -71,8 +71,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/email_attachment"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="@dimen/listitem_icon_size"
|
||||
android:layout_height="@dimen/listitem_icon_size"
|
||||
android:layout_alignBottom="@+id/email_subject"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
@@ -80,7 +80,7 @@
|
||||
android:layout_marginEnd="@dimen/listitem_horizontal_margin"
|
||||
android:layout_marginRight="@dimen/listitem_horizontal_margin"
|
||||
android:scaleType="fitEnd"
|
||||
android:src="@drawable/ic_content_attachment"
|
||||
android:src="@drawable/ic_attachment_grey600_24dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<TextView
|
||||
|
||||