diff options
author | yes <bringert@android.com> | 2009-05-06 14:35:48 +0100 |
---|---|---|
committer | yes <bringert@android.com> | 2009-05-06 14:35:48 +0100 |
commit | 697805d02a750d007f62857c6d4064e5c9e47f93 (patch) | |
tree | 252e53a26abe4a168862b3320a3babafeadd7f65 | |
parent | d2b124f97c52c566b68aff9fa58306f461686af0 (diff) | |
download | frameworks_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.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..3a338e8 --- /dev/null +++ b/core/res/res/drawable/ic_contact_picture.png |