From b71fb6a256663f647b98360aa56301eb1c5a29af Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Thu, 4 Jul 2019 14:49:29 +0300 Subject: [PATCH] [android] Added new colors subscription_offer_card --- android/res/layout/subscription_offer_card.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/android/res/layout/subscription_offer_card.xml b/android/res/layout/subscription_offer_card.xml index 1eab0bb654..b66ba8e39a 100644 --- a/android/res/layout/subscription_offer_card.xml +++ b/android/res/layout/subscription_offer_card.xml @@ -55,6 +55,7 @@ android:layout_marginStart="@dimen/margin_half_double_plus" android:layout_marginEnd="@dimen/margin_half_double_plus" android:layout_marginLeft="@dimen/margin_half_double_plus" + android:textColor="?attr/colorAccent" android:textAppearance="?android:attr/textAppearanceLarge" android:gravity="center" android:lines="1" @@ -71,7 +72,7 @@ android:textAppearance="?android:attr/textAppearance" android:fontFamily="@string/robotoRegular" android:textStyle="normal" - android:textColor="?android:attr/textColorSecondary" + android:textColor="?attr/colorAccent" android:text="@string/annual_subscription_message" tools:text="1 month unlimited guides" tools:ignore="UnusedAttribute"/> @@ -92,6 +93,7 @@ android:textSize="@dimen/text_size_toolbar" android:textStyle="bold" android:fontFamily="@string/robotoMedium" + android:textColor="?attr/colorAccent" android:textAppearance="?android:attr/textAppearanceLarge" android:gravity="center" android:lines="1" @@ -105,7 +107,7 @@ android:fontFamily="@string/robotoRegular" android:textStyle="normal" android:lines="1" - android:textColor="?android:attr/textColorSecondary" + android:textColor="?attr/colorAccent" android:text="@string/per_year" tools:text="/ mo" tools:ignore="UnusedAttribute" @@ -169,6 +171,7 @@ android:layout_marginTop="@dimen/margin_base" android:textSize="@dimen/text_size_toolbar" android:textStyle="bold" + android:textColor="?android:attr/textColorSecondary" android:fontFamily="@string/robotoMedium" android:layout_marginRight="@dimen/margin_half_double_plus" android:layout_marginStart="@dimen/margin_half_double_plus" @@ -188,9 +191,9 @@ android:layout_marginEnd="@dimen/margin_half_double_plus" android:layout_marginLeft="@dimen/margin_half_double_plus" android:textAppearance="?android:attr/textAppearance" + android:textColor="?android:attr/textColorSecondary" android:fontFamily="@string/robotoRegular" android:textStyle="normal" - android:textColor="?android:attr/textColorSecondary" android:text="@string/montly_subscription_message" tools:text="1 month unlimited guides" tools:ignore="UnusedAttribute"/> @@ -211,6 +214,7 @@ android:textSize="@dimen/text_size_toolbar" android:textStyle="bold" android:fontFamily="@string/robotoMedium" + android:textColor="?android:attr/textColorSecondary" android:textAppearance="?android:attr/textAppearanceLarge" android:gravity="center" android:lines="1" @@ -221,10 +225,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearance" + android:textColor="?android:attr/textColorSecondary" android:fontFamily="@string/robotoRegular" android:textStyle="normal" android:lines="1" - android:textColor="?android:attr/textColorSecondary" android:text="@string/per_month" tools:text="/ mo" tools:ignore="UnusedAttribute"