diff --git a/OsmAnd/res/layout/purchase_dialog_card.xml b/OsmAnd/res/layout/purchase_dialog_card.xml index 2dde98ac32..3e03867225 100644 --- a/OsmAnd/res/layout/purchase_dialog_card.xml +++ b/OsmAnd/res/layout/purchase_dialog_card.xml @@ -32,7 +32,7 @@ android:layout_marginRight="@dimen/list_content_padding_large" android:layout_marginTop="@dimen/list_header_padding" android:gravity="center" - android:textColor="?attr/card_description_text_color" + android:textColor="?attr/dialog_text_description_color" android:textSize="@dimen/default_desc_text_size" osmand:typeface="@string/font_roboto_regular" tools:text="@string/osm_live_payment_desc"/> diff --git a/OsmAnd/res/layout/purchase_dialog_card_button_active_ex.xml b/OsmAnd/res/layout/purchase_dialog_card_button_active_ex.xml index 4d1b662dc3..15ac723740 100644 --- a/OsmAnd/res/layout/purchase_dialog_card_button_active_ex.xml +++ b/OsmAnd/res/layout/purchase_dialog_card_button_active_ex.xml @@ -46,7 +46,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/osm_live_payment_contribute_descr" - android:textColor="?attr/card_description_text_color" + android:textColor="?attr/dialog_text_description_color" android:textSize="@dimen/default_desc_text_size" android:visibility="gone" osmand:typeface="@string/font_roboto_regular" @@ -56,7 +56,7 @@ android:id="@+id/description" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textColor="?attr/card_description_text_color" + android:textColor="?attr/dialog_text_description_color" android:textSize="@dimen/default_desc_text_size" osmand:typeface="@string/font_roboto_regular" tools:text="Monthly payment" /> diff --git a/OsmAnd/res/layout/purchase_dialog_card_button_ex.xml b/OsmAnd/res/layout/purchase_dialog_card_button_ex.xml index 05465c67db..4af46efd8b 100644 --- a/OsmAnd/res/layout/purchase_dialog_card_button_ex.xml +++ b/OsmAnd/res/layout/purchase_dialog_card_button_ex.xml @@ -38,7 +38,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/osm_live_payment_contribute_descr" - android:textColor="?attr/card_description_text_color" + android:textColor="?attr/dialog_text_description_color" android:textSize="@dimen/default_desc_text_size" android:visibility="gone" osmand:typeface="@string/font_roboto_regular" @@ -48,7 +48,7 @@ android:id="@+id/description" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="?attr/card_description_text_color" + android:textColor="?attr/dialog_text_description_color" android:textSize="@dimen/default_desc_text_size" osmand:typeface="@string/font_roboto_regular" tools:text="$0.62 / month • Save 68%" />