Commit e5ea3e4a authored by Viktor De Pasquale's avatar Viktor De Pasquale Committed by John Wu

Fixed button text color on flash screen

parent 0492e638
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment