1
mirror of https://github.com/topjohnwu/Magisk synced 2024-11-16 00:13:57 +01:00

Updated safetynet success color to primary

This commit is contained in:
Viktor De Pasquale 2020-03-10 16:14:54 +01:00 committed by John Wu
parent c07775f5e3
commit 9f4958e869

View File

@ -175,7 +175,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:alpha=".5"
android:background="?colorSecondary"
android:background="?colorPrimary"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent" />