Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f907ec42 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 5847

* changes:
  Adds new attributes for specifying icons to be used in the Contacts app.
parents 8529fc3a 73dbe27a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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>