Merge change 5847

* changes:
  Adds new attributes for specifying icons to be used in the Contacts app.
This commit is contained in:
Android (Google) Code Review
2009-07-01 15:19:40 -07:00

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>