Fixed button text color on flash screen

This commit is contained in:
Viktor De Pasquale 2020-02-11 15:18:47 +01:00 committed by John Wu
parent 0492e63862
commit e5ea3e4a43

View File

@ -82,6 +82,7 @@
android:onClick="@{() -> viewModel.restartPressed()}"
android:text="@string/reboot"
android:textAllCaps="false"
android:textColor="?colorOnPrimary"
android:textStyle="bold"
app:backgroundTint="?colorPrimary"
app:icon="@drawable/ic_restart"