mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 06:35:46 +00:00
Gems for Gold design updates
Enlarged text descriptions to 14sp & color updated to gray400/gray100
This commit is contained in:
parent
ffb36dfb45
commit
890a0f6ab8
4 changed files with 3 additions and 1 deletions
|
|
@ -61,6 +61,7 @@
|
|||
<color name="text_gold">@color/yellow_100</color>
|
||||
|
||||
<color name="text_green10_green500">@color/green_500</color>
|
||||
<color name="gray100_gray400">@color/gray_10</color>
|
||||
<color name="gray200_gray400">@color/gray_400</color>
|
||||
<color name="gray600_gray50">@color/gray_50</color>
|
||||
<color name="gray700_gray10">@color/gray_10</color>
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@
|
|||
<color name="text_gold">@color/yellow_1</color>
|
||||
|
||||
<color name="text_green10_green500">@color/green_10</color>
|
||||
<color name="gray100_gray400">@color/gray_10</color>
|
||||
<color name="gray200_gray400">@color/gray_200</color>
|
||||
<color name="gray600_gray50">@color/gray_600</color>
|
||||
<color name="gray700_gray10">@color/gray_700</color>
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@
|
|||
|
||||
<style name="Caption2.Regular">
|
||||
<item name="android:fontFamily">@string/font_family_regular</item>
|
||||
<item name="android:textSize">14sp</item>
|
||||
</style>
|
||||
|
||||
<style name="Caption3">
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ class EventOutcomeSubscriptionBottomSheetFragment : SubscriptionBottomSheetFragm
|
|||
}
|
||||
|
||||
private fun setGemsForGoldEventSubscriptionViews() {
|
||||
binding.subscriberBenefitBanner.visibility = View.GONE
|
||||
binding.subscribeBenefits.text = getString(R.string.subscribe_gems_for_gold_incentive_text)
|
||||
binding.subscriberBenefits.hideGemsForGoldBenefit()
|
||||
binding.subscription3month.visibility = View.GONE
|
||||
|
|
|
|||
Loading…
Reference in a new issue