habitica-android/Habitica/res/values/attrs_avatar_view.xml

8 lines
248 B
XML
Raw Normal View History

2016-05-23 05:00:16 +00:00
<resources>
<declare-styleable name="AvatarView">
<attr name="showBackground" format="boolean" />
<attr name="showMount" format="boolean" />
<attr name="showPet" format="boolean" />
</declare-styleable>
</resources>