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

29 lines
1.1 KiB
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-30 11:47:54 +00:00
</declare-styleable>
2017-01-10 17:05:03 +00:00
<declare-styleable name="SubscriptionOptionView">
<attr name="recurringText" format="string" />
2017-01-12 10:42:36 +00:00
<attr name="gemCapText" format="string" />
<attr name="hourGlassCount" format="integer" />
</declare-styleable>
2017-03-27 13:33:57 +00:00
<declare-styleable name="SpeechBubbleView">
<attr name="namePlate" format="string" />
<attr name="text" format="string" />
<attr name="npcDrawable" format="integer" />
</declare-styleable>
2016-05-23 05:00:16 +00:00
</resources>