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

21 lines
782 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" />
2016-11-30 16:36:57 +00:00
<attr name="showSeedsPromo" format="boolean" />
2016-09-29 17:48:34 +00:00
</declare-styleable>
<declare-styleable name="MaxHeightScrollView">
<attr name="maxHeightMultiplier" format="float" />
2017-01-10 17:05:03 +00:00
<declare-styleable name="SubscriptionOptionView">
<attr name="recurringText" format="string" />
</declare-styleable>
2016-05-23 05:00:16 +00:00
</resources>