summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorFang Yunong <yunong@codeaurora.org>2016-09-09 18:44:20 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-18 18:01:02 -0700
commitf3ac77aa9520e35ac2d4c58896a9747cdf9899c4 (patch)
tree21670af54fd29e6e9ef36d2fdcbcffc1caa916e0 /res
parentc806bdbf9aa4c6b12545747a03a68e7e09946cac (diff)
downloadandroid_packages_apps_Email-f3ac77aa9520e35ac2d4c58896a9747cdf9899c4.tar.gz
android_packages_apps_Email-f3ac77aa9520e35ac2d4c58896a9747cdf9899c4.tar.bz2
android_packages_apps_Email-f3ac77aa9520e35ac2d4c58896a9747cdf9899c4.zip
Update alice mail icon
Alice Mail icon not match the requirement Change-Id: Ie1af21467b622a0c4498d76e8e65af9c4d0f4c5a CRs-fixed: 1062803
Diffstat (limited to 'res')
-rw-r--r--res/mipmap-hdpi/ic_alice_email.pngbin0 -> 7324 bytes
-rw-r--r--res/mipmap-mdpi/ic_alice_email.pngbin0 -> 3675 bytes
-rw-r--r--res/mipmap-xhdpi/ic_alice_email.pngbin0 -> 12003 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_alice_email.pngbin0 -> 23823 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_alice_email.pngbin0 -> 39692 bytes
-rw-r--r--res/xml/authenticator_alice.xml2
6 files changed, 1 insertions, 1 deletions
diff --git a/res/mipmap-hdpi/ic_alice_email.png b/res/mipmap-hdpi/ic_alice_email.png
new file mode 100644
index 000000000..2232762ea
--- /dev/null
+++ b/res/mipmap-hdpi/ic_alice_email.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_alice_email.png b/res/mipmap-mdpi/ic_alice_email.png
new file mode 100644
index 000000000..2810d9028
--- /dev/null
+++ b/res/mipmap-mdpi/ic_alice_email.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_alice_email.png b/res/mipmap-xhdpi/ic_alice_email.png
new file mode 100644
index 000000000..fdf0938ae
--- /dev/null
+++ b/res/mipmap-xhdpi/ic_alice_email.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_alice_email.png b/res/mipmap-xxhdpi/ic_alice_email.png
new file mode 100644
index 000000000..6bf8eefb5
--- /dev/null
+++ b/res/mipmap-xxhdpi/ic_alice_email.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_alice_email.png b/res/mipmap-xxxhdpi/ic_alice_email.png
new file mode 100644
index 000000000..2e37767ab
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_alice_email.png
Binary files differ
diff --git a/res/xml/authenticator_alice.xml b/res/xml/authenticator_alice.xml
index 4a734d784..df5e287c2 100644
--- a/res/xml/authenticator_alice.xml
+++ b/res/xml/authenticator_alice.xml
@@ -33,7 +33,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/account_manager_type_alice"
- android:icon="@mipmap/ic_launcher_mail"
+ android:icon="@mipmap/ic_alice_email"
android:smallIcon="@drawable/ic_notification_mail_24dp"
android:label="@string/alice_eas_name"
android:accountPreferences="@xml/account_preferences"