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" />
|
2017-04-07 13:56:29 +00:00
|
|
|
<attr name="showSleeping" format="boolean" />
|
2016-05-23 05:00:16 +00:00
|
|
|
</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>
|
2016-12-23 18:03:46 +00:00
|
|
|
|
|
|
|
|
<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" />
|
2016-12-23 18:03:46 +00:00
|
|
|
</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>
|
2017-03-30 07:59:53 +00:00
|
|
|
<declare-styleable name="AvatarCategoryView">
|
|
|
|
|
<attr name="iconDrawable" format="integer" />
|
|
|
|
|
<attr name="categoryTitle" format="string" />
|
|
|
|
|
</declare-styleable>
|
2017-04-21 19:06:36 +00:00
|
|
|
<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>
|
2017-09-11 11:31:20 +00:00
|
|
|
<declare-styleable name="CurrencyView">
|
|
|
|
|
<attr name="currency" format="string" />
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
<declare-styleable name="CurrencyViews">
|
|
|
|
|
<attr name="hasLightBackground" format="boolean" />
|
|
|
|
|
</declare-styleable>
|
2017-10-16 09:40:24 +00:00
|
|
|
<declare-styleable name="FixValuesEditText">
|
|
|
|
|
<attr name="fixIconName" format="string" />
|
|
|
|
|
<attr name="title" format="string" />
|
|
|
|
|
<attr name="iconBgColor" format="color" />
|
2017-10-16 11:58:18 +00:00
|
|
|
<attr name="hintStyle" format="reference" />
|
2017-10-16 09:40:24 +00:00
|
|
|
</declare-styleable>
|
2017-10-17 17:18:34 +00:00
|
|
|
<declare-styleable name="StatsView">
|
|
|
|
|
<attr name="titleBackgroundColor" format="color" />
|
|
|
|
|
<attr name="statsTitle" format="string" />
|
2017-10-17 19:23:06 +00:00
|
|
|
<attr name="statsColor" format="color" />
|
2017-10-17 17:18:34 +00:00
|
|
|
</declare-styleable>
|
2016-05-23 05:00:16 +00:00
|
|
|
</resources>
|