summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-11-06 15:34:04 +0100
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 17:56:30 +0200
commit180eb48bdcab6552d7b2c5fa6b305aea54a57a17 (patch)
treeba73edf9082a0c3e534dd349de7843028e12e807
parent479536020db37bb13f9d168839bf07b5729f8331 (diff)
downloadpackages_apps_Contacts-180eb48bdcab6552d7b2c5fa6b305aea54a57a17.tar.gz
packages_apps_Contacts-180eb48bdcab6552d7b2c5fa6b305aea54a57a17.tar.bz2
packages_apps_Contacts-180eb48bdcab6552d7b2c5fa6b305aea54a57a17.zip
[1/2] Contacts: make shapes great again
Use 7.0 icon as default one and keep 7.1 circular one as roundicon only Change-Id: Icb6ec69bc9eba19b8eedccedde45efdd8043924a Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
-rwxr-xr-xAndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bd895cc34..b3f789852 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -56,7 +56,7 @@
android:name="com.android.contacts.ContactsApplication"
android:label="@string/applicationLabel"
android:icon="@mipmap/ic_contacts_launcher"
- android:roundIcon="@mipmap/ic_contacts_launcher"
+ android:roundIcon="@mipmap/ic_contacts_round"
android:taskAffinity="android.task.contacts"
android:hardwareAccelerated="true"
android:supportsRtl="true"