From df845e9c013eebf4ff0dad1d7311539d8f41ce8e Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 29 Aug 2019 16:02:40 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_pro.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/fragment_pro.xml b/app/src/main/res/layout/fragment_pro.xml index b22c7e0db4..f42bc0bf38 100644 --- a/app/src/main/res/layout/fragment_pro.xml +++ b/app/src/main/res/layout/fragment_pro.xml @@ -55,7 +55,10 @@ 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" />