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

144 lines
6.2 KiB
XML
Raw Normal View History

2016-05-23 05:00:16 +00:00
<resources>
2019-05-17 11:57:29 +00:00
<attr name="colorPrimaryOffset" format="color" />
<attr name="colorPrimaryDistinct" format="color" />
<attr name="colorBadgeBackground" format="color" />
<attr name="colorContentBackground" format="color" />
2022-11-22 14:48:09 +00:00
<attr name="colorTintedBackground" format="color" />
<attr name="colorTintedBackgroundOffset" format="color" />
2019-05-17 11:57:29 +00:00
<attr name="colorContentBackgroundOffset" format="color" />
<attr name="colorWindowBackground" format="color" />
<attr name="textColorPrimary" format="color" />
<attr name="textColorSecondary" format="color" />
2023-01-04 13:34:12 +00:00
<attr name="textColorTintedPrimary" format="color" />
<attr name="textColorTintedSecondary" format="color" />
2019-05-17 11:57:29 +00:00
<attr name="textColorPrimaryDark" format="color" />
2019-08-07 07:14:11 +00:00
<attr name="barColor" format="color" />
2020-07-24 10:19:56 +00:00
<attr name="toolbarContentColor" format="color" />
2020-07-28 10:31:36 +00:00
<attr name="colorPrimaryText" format="color" />
2022-05-09 04:42:18 +00:00
<attr name="colorBoxStroke" format="color" />
<attr name="taskFormTint" format="color" />
2019-05-17 11:57:29 +00:00
<attr name="textColorSecondaryDark" format="color" />
2017-10-30 08:25:33 +00:00
<attr name="statsColor" format="color" />
<attr name="statsTitle" format="string" />
2018-01-30 12:41:22 +00:00
<attr name="title" format="string" />
2020-03-18 14:18:59 +00:00
<attr name="description" format="string" />
2019-06-06 12:33:29 +00:00
<attr name="iconDrawable" format="integer" />
<attr name="identifier" format="string" />
2017-11-02 12:41:23 +00:00
<attr name="hasLightBackground" format="boolean" />
2020-08-25 11:21:27 +00:00
<attr name="headerBackgroundColor" format="color" />
<attr name="headerOffsetColor" format="color" />
<attr name="headerTextColor" format="color" />
2021-11-29 16:03:17 +00:00
<attr name="widgetBackgroundRadius" format="dimension" />
2022-04-21 09:08:36 +00:00
<attr name="currency" format="string" />
2022-05-09 14:38:22 +00:00
<attr name="color" format="color" />
2022-04-21 09:08:36 +00:00
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>
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="isNonRecurring" format="boolean" />
2017-01-12 10:42:36 +00:00
<attr name="hourGlassCount" format="integer" />
2019-11-25 12:03:27 +00:00
<attr name="flagText" format="string" />
</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">
2019-06-06 12:33:29 +00:00
<attr name="iconDrawable" />
2017-03-30 07:59:53 +00:00
<attr name="categoryTitle" format="string" />
</declare-styleable>
2017-09-11 11:31:20 +00:00
<declare-styleable name="CurrencyViews">
2017-11-02 12:41:23 +00:00
<attr name="hasLightBackground" />
2017-09-11 11:31:20 +00:00
</declare-styleable>
2017-10-17 17:18:34 +00:00
<declare-styleable name="StatsView">
<attr name="titleBackgroundColor" format="color" />
2017-10-30 08:25:33 +00:00
<attr name="statsColor" />
<attr name="statsTitle" />
2017-10-17 17:18:34 +00:00
</declare-styleable>
2017-10-26 16:44:03 +00:00
<declare-styleable name="EquipmentItemRow">
<attr name="equipmentTitle" format="string" />
</declare-styleable>
2017-10-30 08:25:33 +00:00
<declare-styleable name="StatsSliderView">
<attr name="statsColor" />
<attr name="statsTextColor" format="color" />
<attr name="statsTitle" />
</declare-styleable>
2018-01-30 12:41:22 +00:00
<declare-styleable name="CollapsibleSectionView">
<attr name="title" />
2022-05-09 14:38:22 +00:00
<attr name="color" />
<attr name="identifier" />
2018-02-13 12:01:52 +00:00
<attr name="hasAdditionalInfo" format="boolean" />
2018-02-14 19:49:19 +00:00
<attr name="titleSize" format="dimension" />
2018-01-30 12:41:22 +00:00
</declare-styleable>
<declare-styleable name="BottomBar">
<attr name="bb_tabXmlResource" format="reference" />
<attr name="bb_tabletMode" format="boolean" />
<attr name="bb_behavior">
<flag name="shifting" value="1" />
<flag name="shy" value="2" />
<flag name="underNavbar" value="4" />
<flag name="iconsOnly" value="8" />
</attr>
<attr name="bb_longPressHintsEnabled" format="boolean" />
<attr name="bb_inActiveTabAlpha" format="float" />
<attr name="bb_activeTabAlpha" format="float" />
<attr name="bb_inActiveTabColor" format="color" />
<attr name="bb_activeTabColor" format="color" />
<attr name="bb_badgeBackgroundColor" format="color" />
<attr name="bb_badgesHideWhenActive" format="boolean" />
<attr name="bb_titleTextAppearance" format="reference" />
<attr name="bb_titleTypeFace" format="string" />
<attr name="bb_showShadow" format="boolean" />
</declare-styleable>
2019-06-06 12:33:29 +00:00
<declare-styleable name="BottomNavigationItem">
<attr name="title" />
<attr name="iconDrawable" />
2020-09-17 11:23:27 +00:00
<attr name="selectedIconDrawable" format="integer" />
2019-06-06 12:33:29 +00:00
</declare-styleable>
<declare-styleable name="EquipmentOverviewItem">
<attr name="title" />
</declare-styleable>
2020-03-18 14:18:59 +00:00
<declare-styleable name="SupportCollapsibleSection">
<attr name="title" />
<attr name="titleColor" format="color" />
<attr name="subtitle" format="string" />
<attr name="description" />
<attr name="iconDrawable" />
</declare-styleable>
2020-04-02 11:55:16 +00:00
<declare-styleable name="StepperValueFormView">
<attr name="defaultValue" />
<attr name="iconDrawable" />
<attr name="maxValue" format="integer" />
<attr name="minValue" format="integer" />
</declare-styleable>
2020-09-15 07:28:34 +00:00
<declare-styleable name="DayNightTextView">
<attr name="dayTextColor" format="color" />
<attr name="nightTextColor" format="color" />
</declare-styleable>
2021-11-19 10:42:49 +00:00
<declare-styleable name="ValidatingEditText">
<attr name="hint" format="string" />
<attr name="android:inputType" />
2021-12-17 12:14:35 +00:00
<attr name="android:maxLines" />
2021-11-19 10:42:49 +00:00
</declare-styleable>
2022-04-21 09:08:36 +00:00
<declare-styleable name="AdButton">
<attr name="text" />
<attr name="currency" />
2022-05-26 09:56:06 +00:00
<attr name="activeBackground" format="integer" />
<attr name="textColor" format="color" />
2022-04-21 09:08:36 +00:00
</declare-styleable>
2022-05-09 14:38:22 +00:00
<declare-styleable name="SparkView">
<attr name="color" />
<attr name="thickness" format="dimension" />
<attr name="length" format="dimension" />
<attr name="maxSpacing" format="dimension" />
<attr name="duration" format="integer" />
</declare-styleable>
2016-05-23 05:00:16 +00:00
</resources>