diff --git a/res/xml/authenticator_alternate.xml b/res/xml/authenticator_alternate.xml index 4019c34ac..fd29bb63b 100644 --- a/res/xml/authenticator_alternate.xml +++ b/res/xml/authenticator_alternate.xml @@ -25,7 +25,7 @@ diff --git a/res/xml/authenticator_eas.xml b/res/xml/authenticator_eas.xml index d1f3a952d..8970d510d 100644 --- a/res/xml/authenticator_eas.xml +++ b/res/xml/authenticator_eas.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_imap.xml b/res/xml/authenticator_imap.xml index 41ade5050..487b3a20d 100644 --- a/res/xml/authenticator_imap.xml +++ b/res/xml/authenticator_imap.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_eas.xml b/res/xml/authenticator_legacy_eas.xml index 424cf90be..c4bdd14fb 100644 --- a/res/xml/authenticator_legacy_eas.xml +++ b/res/xml/authenticator_legacy_eas.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_email.xml b/res/xml/authenticator_legacy_email.xml index 5f1b2122f..0b0d1f222 100644 --- a/res/xml/authenticator_legacy_email.xml +++ b/res/xml/authenticator_legacy_email.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_imap.xml b/res/xml/authenticator_legacy_imap.xml index 3dc362562..838d0e404 100644 --- a/res/xml/authenticator_legacy_imap.xml +++ b/res/xml/authenticator_legacy_imap.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_pop3.xml b/res/xml/authenticator_pop3.xml index f0cfc77e9..589e80a92 100644 --- a/res/xml/authenticator_pop3.xml +++ b/res/xml/authenticator_pop3.xml @@ -23,7 +23,7 @@ diff --git a/src/com/android/email/EmailNotificationController.java b/src/com/android/email/EmailNotificationController.java index e57b41833..893101234 100644 --- a/src/com/android/email/EmailNotificationController.java +++ b/src/com/android/email/EmailNotificationController.java @@ -26,7 +26,6 @@ import android.content.Context; import android.content.Intent; import android.database.ContentObserver; import android.database.Cursor; -import android.graphics.Bitmap; import android.net.Uri; import android.os.Handler; import android.os.Looper; @@ -144,7 +143,7 @@ public class EmailNotificationController implements NotificationController { .setContentText(contentText) .setContentIntent(pending) .setNumber(number == null ? 0 : number) - .setSmallIcon(R.drawable.ic_notification_mail_24dp) + .setSmallIcon(R.drawable.ic_notification_mail_wht_24dp) .setWhen(mClock.getTime()) .setTicker(ticker) .setOngoing(ongoing);