habitica-android/Habitica/res/values/attrs.xml
2017-09-11 13:31:20 +02:00

45 lines
1.9 KiB
XML

<resources>
<declare-styleable name="AvatarView">
<attr name="showBackground" format="boolean" />
<attr name="showMount" format="boolean" />
<attr name="showPet" format="boolean" />
<attr name="showSleeping" format="boolean" />
</declare-styleable>
<declare-styleable name="GemPurchaseOptionsView">
<attr name="gemAmount" format="integer" />
<attr name="priceText" format="string" />
<attr name="gemDrawable" format="integer" />
<attr name="showSeedsPromo" format="boolean" />
</declare-styleable>
<declare-styleable name="MaxHeightScrollView">
<attr name="maxHeightMultiplier" format="float" />
</declare-styleable>
<declare-styleable name="SubscriptionOptionView">
<attr name="recurringText" format="string" />
<attr name="gemCapText" format="string" />
<attr name="hourGlassCount" format="integer" />
</declare-styleable>
<declare-styleable name="SpeechBubbleView">
<attr name="namePlate" format="string" />
<attr name="text" format="string" />
<attr name="npcDrawable" format="integer" />
</declare-styleable>
<declare-styleable name="AvatarCategoryView">
<attr name="iconDrawable" format="integer" />
<attr name="categoryTitle" format="string" />
</declare-styleable>
<declare-styleable name="ValueBar">
<attr name="barForegroundColor" format="color" />
<attr name="barIconDrawable" format="integer" />
<attr name="lightBackground" format="boolean" />
<attr name="description" format="string" />
</declare-styleable>
<declare-styleable name="CurrencyView">
<attr name="currency" format="string" />
</declare-styleable>
<declare-styleable name="CurrencyViews">
<attr name="hasLightBackground" format="boolean" />
</declare-styleable>
</resources>