Small improvement

This commit is contained in:
M66B 2019-12-29 16:55:09 +01:00
parent f54a46f4e0
commit 2d50c3e57f
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:backgroundTint="?attr/colorPrimary"
android:backgroundTint="?attr/colorInfoBackground"
android:text="@string/title_setup_wizard"
android:textColor="@android:color/white"
android:textColor="?attr/colorInfoForeground"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvQuick" />