summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryes <bringert@android.com>2009-05-06 14:35:48 +0100
committeryes <bringert@android.com>2009-05-06 14:35:48 +0100
commit697805d02a750d007f62857c6d4064e5c9e47f93 (patch)
tree252e53a26abe4a168862b3320a3babafeadd7f65
parentd2b124f97c52c566b68aff9fa58306f461686af0 (diff)
downloadframeworks_base-697805d02a750d007f62857c6d4064e5c9e47f93.zip
frameworks_base-697805d02a750d007f62857c6d4064e5c9e47f93.tar.gz
frameworks_base-697805d02a750d007f62857c6d4064e5c9e47f93.tar.bz2
Add a contact placeholder picture.
Previously, there was no generic contact icon in the framework. ContactsProvider needs to have a generic contact icon to use for contacts that don't have photos. Since there are multiple packages (MyFaves, GoogleSubscribedFeedsProvider) that use ContactsProvider.java directly, adding the icon in the ContactsProvider package is not an option. The icon is a copy of packages/apps/Contacts/res/drawable-finger/ic_contact_picture.png
-rw-r--r--core/res/res/drawable/ic_contact_picture.pngbin0 -> 1719 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/core/res/res/drawable/ic_contact_picture.png b/core/res/res/drawable/ic_contact_picture.png
new file mode 100644
index 0000000..3a338e8
--- /dev/null
+++ b/core/res/res/drawable/ic_contact_picture.png
Binary files differ