From 1f348a3a6f1d8f18d1ceadb7efdf8d22a172b3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Tue, 9 Jul 2019 18:28:33 +0300 Subject: [PATCH] [android] Removed deafult text from subscription sale layout --- android/res/layout/subscription_offer_sale.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/android/res/layout/subscription_offer_sale.xml b/android/res/layout/subscription_offer_sale.xml index 8cb5788dda..08bd150913 100644 --- a/android/res/layout/subscription_offer_sale.xml +++ b/android/res/layout/subscription_offer_sale.xml @@ -15,7 +15,6 @@ android:layout_height="wrap_content" android:textColor="?attr/routingButtonHint" android:lineSpacingExtra="2sp" - android:text="Save 38$" tools:text="Save 38$" tools:ignore="UnusedAttribute" android:background="@drawable/sale_view_bg"