summaryrefslogtreecommitdiffstats
path: root/res/drawable-hdpi
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2015-03-01 22:02:16 +0100
committerSteve Kondik <steve@cyngn.com>2015-10-18 14:20:13 -0700
commitecb20c9fb1273b84b14c6aee4a80f39339d72d93 (patch)
tree0f61bef0856c2eed7bd0660ad608f43659d98abe /res/drawable-hdpi
parent33da92201b255fe3282b0a85eba09ff490eb1a10 (diff)
downloadandroid_frameworks_opt_chips-ecb20c9fb1273b84b14c6aee4a80f39339d72d93.tar.gz
android_frameworks_opt_chips-ecb20c9fb1273b84b14c6aee4a80f39339d72d93.tar.bz2
android_frameworks_opt_chips-ecb20c9fb1273b84b14c6aee4a80f39339d72d93.zip
chips: suggested contacts
This change adds support for custom suggested contacts (not associated/present in the contacts provider) in BaseRecipientAdapter. Basically an implementor MUST overload BaseRecipientAdapter#loadSuggestedEntries and return a set of SuggestionEntry. This class also should react to onAddSuggestion and onDeleteSuggestion methods, invoked when the user request add/delete the suggested contact. Vectors/SVG: https://cloud.ruesga.com/f/633563d38f/ Change-Id: I8312cba56251caab82b92e4e7520f8c9db7d9690 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/drawable-hdpi')
-rw-r--r--res/drawable-hdpi/ic_suggested_contact_add.pngbin0 -> 1889 bytes
-rw-r--r--res/drawable-hdpi/ic_suggested_contact_delete.pngbin0 -> 2018 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_suggested_contact_add.png b/res/drawable-hdpi/ic_suggested_contact_add.png
new file mode 100644
index 0000000..e6fb9e0
--- /dev/null
+++ b/res/drawable-hdpi/ic_suggested_contact_add.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_suggested_contact_delete.png b/res/drawable-hdpi/ic_suggested_contact_delete.png
new file mode 100644
index 0000000..c23652b
--- /dev/null
+++ b/res/drawable-hdpi/ic_suggested_contact_delete.png
Binary files differ