Changed outbox icon

This commit is contained in:
str4d
2014-10-20 10:00:49 +00:00
parent d440a99830
commit f33ed587e8
5 changed files with 1 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ public class BoteHelper extends GeneralHelper {
if ("inbox".equals(name))
return ctx.getResources().getDrawable(R.drawable.ic_inbox_grey600_24dp);
else if ("outbox".equals(name))
return ctx.getResources().getDrawable(R.drawable.ic_cloud_queue_grey600_24dp);
return ctx.getResources().getDrawable(R.drawable.ic_cloud_upload_grey600_24dp);
else if ("sent".equals(name))
return ctx.getResources().getDrawable(R.drawable.ic_send_grey600_24dp);
else if ("trash".equals(name))

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B