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

14 lines
482 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>
2016-09-29 17:48:34 +00:00
<declare-styleable name="GemPurchaseOptionsView">
<attr name="gemAmount" format="integer" />
<attr name="priceText" format="string" />
<attr name="gemDrawable" format="integer" />
</declare-styleable>
2016-05-23 05:00:16 +00:00
</resources>