From 7229ca3f837e7c554df98a1ad502f64f8bcdff67 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 18 Jul 2019 20:23:17 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_setup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_setup.xml b/app/src/main/res/layout/fragment_setup.xml index 7c54f8f99e..89ad21533f 100644 --- a/app/src/main/res/layout/fragment_setup.xml +++ b/app/src/main/res/layout/fragment_setup.xml @@ -100,7 +100,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="6dp" - android:backgroundTint="@color/colorPrimaryButtonBackground" + android:backgroundTint="?attr/colorPrimary" android:text="@string/title_setup_wizard" android:textColor="@color/colorPrimaryButtonForeground" android:textStyle="bold"