Update Notifications (Email)

Switched out icons (For updated mail notify icon).

Bug: 16987147
Change-Id: I695b4c51daddc47eecbe7d856de642932190c4bb
This commit is contained in:
Rohan Shah 2014-08-13 17:13:01 -07:00
parent 43106e9de3
commit 7941b406cf
8 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/account_manager_type_exchange"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/stat_notify_email"
android:smallIcon="@drawable/ic_notification_mail_16dp"
android:label="@string/exchange_name_alternate"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -23,7 +23,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/account_manager_type_exchange"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/stat_notify_email"
android:smallIcon="@drawable/ic_notification_mail_16dp"
android:label="@string/exchange_name"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -23,7 +23,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/account_manager_type_imap"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/stat_notify_email"
android:smallIcon="@drawable/ic_notification_mail_16dp"
android:label="@string/imap_name"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -23,7 +23,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="com.android.exchange"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/stat_notify_email"
android:smallIcon="@drawable/ic_notification_mail_16dp"
android:label="@string/exchange_name"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -23,7 +23,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="com.android.email"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/stat_notify_email"
android:smallIcon="@drawable/ic_notification_mail_16dp"
android:label="@string/exchange_name"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -23,7 +23,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/account_manager_type_legacy_imap"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/stat_notify_email"
android:smallIcon="@drawable/ic_notification_mail_16dp"
android:label="@string/imap_name"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -23,7 +23,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/account_manager_type_pop3"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/stat_notify_email"
android:smallIcon="@drawable/ic_notification_mail_16dp"
android:label="@string/pop3_name"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -146,7 +146,7 @@ public class NotificationController {
.setContentIntent(pending)
.setLargeIcon(largeIcon)
.setNumber(number == null ? 0 : number)
.setSmallIcon(R.drawable.stat_notify_email)
.setSmallIcon(R.drawable.ic_notification_mail_16dp)
.setWhen(mClock.getTime())
.setTicker(ticker)
.setOngoing(ongoing);