From 26a3eb43f6b42e5fa961d86cbfaa589e25636089 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 17 Sep 2019 10:11:09 +0200 Subject: [PATCH] Simplification --- app/src/main/res/layout/fragment_pro.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_pro.xml b/app/src/main/res/layout/fragment_pro.xml index 9ed5656f41..65791350a1 100644 --- a/app/src/main/res/layout/fragment_pro.xml +++ b/app/src/main/res/layout/fragment_pro.xml @@ -58,10 +58,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="24dp" - android:backgroundTint="?attr/colorPrimary" android:text="@string/title_pro_purchase" - android:textColor="@android:color/white" - android:textStyle="bold" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvList" />