Adds new attributes for specifying icons to be used in the Contacts app.

Adds the <icon> and <icon-default> tags and their associated attributes.
These tags should be used in meta-data associated with a sync adapter
that supplies contact data to the contacts provider. The <icon> tag
specifies an icon that is associated with a specific mimetype for that
package, and the <icon-default> tag specifies a default icon associated
with the sync adapter package.
This commit is contained in:
Evan Millar
2009-06-30 11:21:29 -07:00
parent c2b9d63953
commit 73dbe27ad3

View File

@@ -3335,5 +3335,18 @@
<attr name="accountType"/>
</declare-styleable>
<!-- =============================== -->
<!-- Contacts meta-data attributes -->
<!-- =============================== -->
<declare-styleable name="Icon">
<attr name="icon" />
<attr name="mimeType" />
</declare-styleable>
<declare-styleable name="IconDefault">
<attr name="icon" />
</declare-styleable>
</resources>