Changed color of Delete Account button

This commit is contained in:
Aaron Sun 2020-11-10 21:53:53 -08:00
parent 879f282735
commit 9d80d6c937

View File

@ -11,6 +11,8 @@
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:text="Delete Account"
android:backgroundTint="#C82832"
android:textColor="#fff"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />