commit | aff5bba2818fe71a104ee670e7062a93c77d1a00 | [log] [tgz] |
---|---|---|
author | Paul Soulos <psoulos@google.com> | Mon Aug 18 14:18:52 2014 -0700 |
committer | Paul Soulos <psoulos@google.com> | Mon Aug 18 14:18:52 2014 -0700 |
tree | ef7ed2f0e6de1138b277fd53f9566935449d9a74 | |
parent | c25109d616e0b106a10bd2e1339ef0b4ddeb746b [diff] |
Uses the material contacts icon (1/2) bug: 16205836 Change-Id: I261a3b419a096664758f2e145cf20143ff751f62
diff --git a/src/com/android/contacts/common/model/account/BaseAccountType.java b/src/com/android/contacts/common/model/account/BaseAccountType.java index 5b5bf48..984cb78 100644 --- a/src/com/android/contacts/common/model/account/BaseAccountType.java +++ b/src/com/android/contacts/common/model/account/BaseAccountType.java
@@ -119,7 +119,7 @@ this.accountType = null; this.dataSet = null; this.titleRes = R.string.account_phone; - this.iconRes = R.mipmap.ic_launcher_contacts; + this.iconRes = R.mipmap.ic_contacts_clr_48cv_44dp; } protected static EditType buildPhoneType(int type) {
diff --git a/src/com/android/contacts/common/model/account/FallbackAccountType.java b/src/com/android/contacts/common/model/account/FallbackAccountType.java index be3709e..fd81e46 100644 --- a/src/com/android/contacts/common/model/account/FallbackAccountType.java +++ b/src/com/android/contacts/common/model/account/FallbackAccountType.java
@@ -30,7 +30,7 @@ this.accountType = null; this.dataSet = null; this.titleRes = R.string.account_phone; - this.iconRes = R.mipmap.ic_launcher_contacts; + this.iconRes = R.mipmap.ic_contacts_clr_48cv_44dp; // Note those are only set for unit tests. this.resourcePackageName = resPackageName;