summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-23 02:14:38 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-23 02:14:38 -0700
commitb20046e74c4862da8f661d37a480d562b9120dbe (patch)
tree63c40e9653df1726d13748639235527b91869ded /res
parent1bee58238a45a25664016b331850352f0a050dd4 (diff)
parentf3ac77aa9520e35ac2d4c58896a9747cdf9899c4 (diff)
downloadandroid_packages_apps_Email-b20046e74c4862da8f661d37a480d562b9120dbe.tar.gz
android_packages_apps_Email-b20046e74c4862da8f661d37a480d562b9120dbe.tar.bz2
android_packages_apps_Email-b20046e74c4862da8f661d37a480d562b9120dbe.zip
Merge "Update alice mail icon"
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"