mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 23:37:38 +00:00
Fixed button text color on flash screen
This commit is contained in:
parent
0492e63862
commit
e5ea3e4a43
@ -82,6 +82,7 @@
|
|||||||
android:onClick="@{() -> viewModel.restartPressed()}"
|
android:onClick="@{() -> viewModel.restartPressed()}"
|
||||||
android:text="@string/reboot"
|
android:text="@string/reboot"
|
||||||
android:textAllCaps="false"
|
android:textAllCaps="false"
|
||||||
|
android:textColor="?colorOnPrimary"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
app:backgroundTint="?colorPrimary"
|
app:backgroundTint="?colorPrimary"
|
||||||
app:icon="@drawable/ic_restart"
|
app:icon="@drawable/ic_restart"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user