1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-31 19:41:19 +00:00

Small improvement

This commit is contained in:
M66B 2019-12-29 16:55:09 +01:00
parent f54a46f4e0
commit 2d50c3e57f

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" />